Effacer les filtres
Effacer les filtres

Injecting a trust region radius within fmincon

1 vue (au cours des 30 derniers jours)
Hau Kit Yong
Hau Kit Yong le 11 Oct 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.

Réponse acceptée

Alan Weiss
Alan Weiss le 11 Oct 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

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by