multi constraints fmincon optimization
1 回表示 (過去 30 日間)
古いコメントを表示
Hi I've a question about optimization.
I want to make a muti constraints problem
eqn is below
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/724079/image.png)
how can make matlab code?
0 件のコメント
採用された回答
Alan Weiss
2021 年 8 月 30 日
I don't know which of these variables are optimization variables, meaning those that can be changed to try to optimize, and which variables are fixed data. I also do not know whether your T notation refers to a function or a variable with indices. So I will not try to give you working code.
Instead, I suggest that you look at the problem-based optimization workflow, which allows you to express your objective function and constraints in a symbolic form pretty much as you have already done.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Nonlinear Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!