毕业设计要做一个制动器多目标优化求解的课题,求教编程出先的问题!
Solver stopped prematurely.
fmincon stopped because it exceeded the function evaluation limit,
options.MaxFunEvals = 3000 (the default value).
最开始出现的是上述问题,我把MaxFunEvals改成10000又变成下面的了
Solver stopped prematurely.
fmincon stopped because it exceeded the iteration limit,
options.MaxIter = 1000 (the default value).
我用的是interior-point算法,有人说也不需要设置MaxFunEvals值的,那到底是哪里错了?求解答,万分感谢!
Solver stopped prematurely.
fmincon stopped because it exceeded the function evaluation limit,
options.MaxFunEvals = 3000 (the default value).
最开始出现的是上述问题,我把MaxFunEvals改成10000又变成下面的了
Solver stopped prematurely.
fmincon stopped because it exceeded the iteration limit,
options.MaxIter = 1000 (the default value).
我用的是interior-point算法,有人说也不需要设置MaxFunEvals值的,那到底是哪里错了?求解答,万分感谢!

