Optimization with known second-order function
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Systems of Nonlinear Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!