DiffMinChange Option in FMINCON (R2019a)

18 Ansichten (letzte 30 Tage)
Harald Kirchsteiger
Harald Kirchsteiger am 6 Feb. 2020
I am trying to minimize a certain function, where the finite difference gradients have to be computed with rather large step sizes. Therefore, I tried to set the option DiffMinChange to 50. However, it seems the algorithm does not take this into account since I see when debugging that the differences are still computed based on the standard 1e-6 step.
Are there new options which overrule my specific options? Any suggestions?
Thanks, Harald
  1 Kommentar
Steven Lord
Steven Lord am 6 Feb. 2020
Did you pass the options that you created using optimoptions into fmincon? Using optimoptions does not "change the options globally" or anything like that, but I know users have thought it behaved that way in the past.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Harsha Priya Daggubati
Harsha Priya Daggubati am 8 Apr. 2020
Hi,
As mentioned, you have to use 'optimoptions' to change DiffMinChange of fmincon. But, DiffMinChange is one of the Hidden Options, so it can be viewed only by '.' referencing.
Refer the following links for more details:

Kategorien

Mehr zu Systems of Nonlinear Equations finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by