optimization with interdependent variables?
조회 수: 11 (최근 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!