How to tune fmincon approximate gradient estimation in sqp algorithm

Greetings,
Using r2013b and the relevant Optimisation toolbox, I use fmincon with sqp algorithm.
Is it possible to know how the approximate gradient are computed ? Like which finite difference method is used and the associated FD step ?

답변 (1개)

Alan Weiss
Alan Weiss 2019년 1월 21일
편집: Alan Weiss 2019년 1월 21일

0 개 추천

See, for example, the descriptions of FiniteDifferenceStepSize and FiniteDifferenceType in fmincon options.
Alan Weiss
MATLAB mathematical toolbox documentation
P.S. Option names changed and so FiniteDifferenceStepSize is, for you, FinDiffRelStep, and FiniteDifferenceType, for you, is FinDiffType.

카테고리

도움말 센터File Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

제품

릴리스

R2013b

질문:

2019년 1월 11일

편집:

2019년 1월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by