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

1 visualización (últimos 30 días)
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.

Respuestas (1)

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

Categorías

Más información sobre Nonlinear Optimization en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by