DiffMinChange Option in FMINCON (R2019a)

20 views (last 30 days)
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 Comment
Steven Lord
Steven Lord on 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.

Sign in to comment.

Answers (1)

Harsha Priya Daggubati
Harsha Priya Daggubati on 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:

Categories

Find more on Systems of Nonlinear Equations in Help Center and File Exchange

Tags

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!