Is there a way to set MaxSQPIter for active-set algorithm under fmincon?

2 次查看(过去 30 天)
Is there a way to set MaxSQPIter for active-set algorithm under fmincon?
I tried -
options.MaxSQPIter = 1e3;
However, that didn't work, and it just showed me that the optimisation stopped as options.MaxSQPIter is 1.8E+02.

回答(1 个)

Matt J
Matt J 2021-10-20
Probably because you didn't pass options to fmincon. Otherwise, show us your code.

类别

Help CenterFile Exchange 中查找有关 Nonlinear Optimization 的更多信息

产品


版本

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by