How can i define constraint in my optimization problem?
이전 댓글 표시
I have a Constraint HP>0.0025 and HP is the function of PS. i dont know how to define this constraint. when i am using it directicly in inequaliity constraint i gives error that row dimension doesnot match. and as a non linear constraint i used it like this " c = HP - 0.0025". Need Help.
댓글 수: 3
Walter Roberson
2019년 12월 26일
Is PS one of the parameters, and HP is computed from PS? If so then use one of the minimizers such as fmincon that support nonlinear constraint functions, and have that function compute HP based upon the input PS and have it compute 0.0025-HP
Momin khan
2019년 12월 26일
Walter Roberson
2019년 12월 26일
No, not unless HP is a linear calculation.
Note that there are circumstances under which nonlinear constraints are not enforced, in particular during the initial gradient estimation.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!