optimization with interdependent variables?
显示 更早的评论
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 个评论
John D'Errico
2020-12-25
Huh?
If x is dependent on the other variables, y and z, then it is NOT something you can independently vary.
Similarly, if y is dependent on z, then it is also not an independent variable.
As such, you have a ONE variable problem. y is a DEPENDENT variable. It is not something you can vary, except by varying z. The same applies to x.
Abdelrahman Taha
2020-12-26
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
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 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!