optimization with interdependent variables?
12 ビュー (過去 30 日間)
古いコメントを表示
I am using fgoalattain for a multi-objective optimization problem. In this problem, I have some parameter (x) that is dependent on two other variables (y,z). And one of those two variables (y) is dependent on the other (z). So, basically I need to do optimization on two levels for these two variables. How can I do that?
Thanks
3 件のコメント
Walter Roberson
2020 年 12 月 26 日
Nonlinear constraints on the independent variables y and z. It is not clear whether x is also an independent variable that you would nonlinear constraint
採用された回答
Bruno Luong
2020 年 12 月 26 日
編集済み: Bruno Luong
2020 年 12 月 26 日
Optimize with respect to z.
Anything that depend on z, including y and x, such as objectve, constraints, upper bounds..., can be written as function of z.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Problem-Based Optimization Setup についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!