MATLAB Syntex Problem for optimization

2 ビュー (過去 30 日間)
Rasel Ahmed
Rasel Ahmed 2020 年 9 月 17 日
回答済み: Ayush Gupta 2020 年 10 月 8 日
Hi Everyone,
I am working on LNG plant optimization and using Matlab and Hysys as optimization and process simulation software and I have interfaced them using a spreadsheet.
Now, Hysys calculates values of variables x1, x2, x3, x4 and send to MATLAB, which optimizes them and send back the values to Hysys.
The sum of these four variables should be equal to one, that is x1+x2+x3+x4=1, that is if value of x1 is reduced by MATLAB then the values of remaining variables should be increased to make the sum equals 1.
I am not figuring out a way to correctly write in MATLAB. How should I formulate it?
Looking forward to your help.
Thanks.
  2 件のコメント
John D'Errico
John D'Errico 2020 年 9 月 18 日
Did you try fmincon? How about GA? Do you have either the optimization toolbox, or the global optimization toolbox?
Rasel Ahmed
Rasel Ahmed 2020 年 9 月 18 日
Thank you sir John for your comment. Yes, I have GA, PSO codes and also have matlab toolbox. I tried to build the constraint in many ways but I can't find a way to properly state the constraint in Matlab.

サインインしてコメントする。

採用された回答

Ayush Gupta
Ayush Gupta 2020 年 10 月 8 日
The MATLAB’s optimization toolbox can be used to solve this problem. We can define a problem using optimproblem function in MATLAB. Then we can declare optimal variables that will be used in the problem with optimvar function. After that we define the objective that is the variable that we want to optimize and constraints it has like we have the constraint of sum to be 1. To refer how to solve a problem, look at the Problem-Based Optimization Workflow here.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNonlinear Optimization についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by