Injecting a trust region radius within fmincon

1 Ansicht (letzte 30 Tage)
Hau Kit Yong
Hau Kit Yong am 11 Okt. 2018
Beantwortet: Alan Weiss am 11 Okt. 2018
I understand that most algorithms in fmincon are trust-region methods. However, I would like to inject my own trust region updating procedure into fmincon as well. Specifically, if my trust region radius is smaller than the trust region radius used by fmincon for a certain iteration, I would like to overwrite fmincon's radius by my own.

Akzeptierte Antwort

Alan Weiss
Alan Weiss am 11 Okt. 2018
You are free to edit the source code of the 'trust-region-reflective' or 'active-set' fmincon algorithms, though not the 'interior-point' or 'sqp' algorithms. If you edit the source, I suggest that you first copy it to a different file so that you don't overwrite your original MATLAB code.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by