DiffMinChange Option in FMINCON (R2019a)

20 visualizaciones (últimos 30 días)
Harald Kirchsteiger
Harald Kirchsteiger el 6 de Feb. de 2020
Respondida: Harsha Priya Daggubati el 8 de Abr. de 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 comentario
Steven Lord
Steven Lord el 6 de Feb. de 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.

Iniciar sesión para comentar.

Respuestas (1)

Harsha Priya Daggubati
Harsha Priya Daggubati el 8 de Abr. de 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:

Categorías

Más información sobre Systems of Nonlinear Equations en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by