optimization , no feasible solution
显示 更早的评论
Hi dear all, In my programming, there is no feasible solution when I added some constraints. I want to know that if there is no feasible solution. Does it mean, there is a conflicts in my constraits?
thank u
回答(1 个)
Alan Weiss
2014-5-13
1 个投票
You might want to try the suggestions in the documentation for what to do when there is no feasible point found.
Alan Weiss
MATLAB mathematical toolbox documentation
3 个评论
Wanying
2014-5-13
Alan Weiss
2014-5-14
The answer is "maybe." I suggest that you look at the documentation link that I gave.
Alan Weiss
MATLAB mathematical toolbox documentation
Muna Shehan
2015-7-2
Hi, i tried to use fmincon (interior-point algorithm) to solve quadratic integral problem which is subject to linear and nonlinear constraints, but i faced an exitflag (-2) and an error message (no feasible solution found). However, i tried to converge fmincon to an feasible point by checking the nonlinear constraints through set the objective function to zero, in order to get another initial point but i faced the same message (no feasible solution found). Any suggestions can help. Thanks
类别
在 帮助中心 和 File Exchange 中查找有关 Solver Outputs and Iterative Display 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!