Info
此问题已关闭。 请重新打开它进行编辑或回答。
Influence of the constraints on the vector x
2 次查看(过去 30 天)
显示 更早的评论
Hello, please i made a simulation on a file.m for the function fmincon and by changing the constraints I find the same vector x. Do you have an explanation ? I used the structure x = fmincon (problem), and attached code captures. Thank you
0 个评论
回答(1 个)
Torsten
2017-3-21
x=0 is the global minimum of your objective.
Since x=0 satisfies the constraints in both cases, the solution remains the same.
Best wishes
Torsten.
5 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!