Optimization with known second-order function
古いコメントを表示
Dear all,
I have a known function, for example y(x1, x2, x3, x4) = a0 + a1*x1 + a2*x2 + a3*x3 + a4*x4 + a12*x1*x2 + a11*x1^2 + a22*x2^2 + a44*x4^2;
where the parameters a0, a1, a2, a3, a4, a12, a11, a22, a44 are known. The task is to find the values of x1, x2, x3 and x4 that minimize y. Then calculate that y min.
Constraints: h1<=x1<=k1, h2<=x2<=k2, h3<=x3<=k3, h4<=x4<=k4
Would you please show me the direction to solve the problem? Thank you very much.
採用された回答
その他の回答 (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!