Symbolic Maths and Active-Set algorithm in fmincon
이전 댓글 표시
How fmincon function can be employed for symbolic maths problems?
Matlab documentation has example for Interior point algorithm with symbolic maths, but my problem specifically requires application of Active-Set Algorithm in fmincon function.
For a sample problem like below, (only for sample)
min fX= (x1)^2 + 3* (x2)^2
s.t.
constr1= x1- 2*x2 <0
constr2= x1 - x2 <0
where
X= [x1 x2]
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!