我使用的是Matlab的fmincon,但是优化停止了,并显示以下消息
fmincon stopped because the size of the current step is less than
the selected value of the step size tolerance.
我将TolX设置为10^-10,并将Tolfun设置为10^-10
我检查了日志,一阶最优性是198。因此,这肯定不是最佳的解决方案。有什么可能出错?
此外,我使用了不同版本的matlab R2013b和R2014a,对于相同的代码和数据,它们有不同的结果。matlab R2013b中的fmincon