Injecting a trust region radius within fmincon

조회 수: 1 (최근 30일)
Hau Kit Yong
Hau Kit Yong 2018년 10월 11일
답변: Alan Weiss 2018년 10월 11일
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.

채택된 답변

Alan Weiss
Alan Weiss 2018년 10월 11일
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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by