Why are non-linear equality constraints not fulfilled for a constrained optimization problem using "fmincon" and "GlobalSearch"
显示 更早的评论
I am trying to optimize 13 variables to maximize a cost function (depends on solutions of a dynamic system) . I have 2 linear equality constraints and 2 linear inequality constraints and 1 non-linear constraint. When I use "GlobalSearch" and "fmincon" as local solver, the linear equality constraints are fulfilled but non-linear equality constraint is not fulfilled. Also, if I use "fmincon" alone, the result shows no feasible solution found.
I would like to know if I am putting the non-linear constraint correctly.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Global or Multiple Starting Point Search 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!