Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
Neilabh Banzal
Neilabh Banzal am 20 Okt. 2021
Beantwortet: Matt J am 20 Okt. 2021
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.

Antworten (1)

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

Kategorien

Mehr zu Problem-Based Optimization Setup finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by