DiffMinChange Option in FMINCON (R2019a)

20 vues (au cours des 30 derniers jours)
Harald Kirchsteiger
Harald Kirchsteiger le 6 Fév 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 commentaire
Steven Lord
Steven Lord le 6 Fév 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.

Connectez-vous pour commenter.

Réponses (1)

Harsha Priya Daggubati
Harsha Priya Daggubati le 8 Avr 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:

Catégories

En savoir plus sur Systems of Nonlinear Equations dans Help Center et File Exchange

Tags

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by