polynomial constrained optimization problem example
3 次查看(过去 30 天)
显示 更早的评论
plz provide me example of polynomial constrained nonlinear optimization problem. objective function and constraints are in form of fractional polynomial having two variables X(1)^0.02 & x(2)^0.02 objective function f= [(0.0363*x(1)^0.02)/(1.18-x(1)^0.02)]+[(0.014*x(2)^0.02)/(1.173-x(2)^0.02)] constraints c=[(0.0363*x(1)^0.02)/(1.18-x(1)^0.02)]-[(0.014*x(2)^0.02)/(1.173-x(2)^0.02)]+0.57; -[(0.0363*x(1)^0.02)/(1.18-x(1)^0.02)]+0.2; -[(0.014*x(2)^0.02)/(1.173-x(2)^0.02)]+0.2;
i am trying to solve the problem but matlab error is "unexpected matlab equation"
1 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Nonlinear Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!