Can we choose step size rule in fmincon?

2 vues (au cours des 30 derniers jours)
Fangning Zheng
Fangning Zheng le 24 Juin 2022
Commenté : Walter Roberson le 25 Juin 2022
In fmincon (or other optimization algorithm), can we choose step size rule (e.g. fixed step size, diminishing, etc) or optimization algorithm has the default step size rule that cannot be changed?

Réponses (2)

Walter Roberson
Walter Roberson le 25 Juin 2022
https://www.mathworks.com/help/optim/ug/optimizing-a-simulation-or-ordinary-differential-equation.html#btfixqo shows some control for Finite Differences . However there is no control over the step size rule.

John D'Errico
John D'Errico le 25 Juin 2022
If you could control the stepsize, then it would damage the convergence properties of a tool like fmincon. Sadly for you, this is something you cannot have, or if you could, you would not want it, IF you understood the cost.
I'd wonder if what you may want is essentially the ability to make some of the parameters discrete, thus taking on only certain levels. And that is better done in a tool like GA.
  1 commentaire
Walter Roberson
Walter Roberson le 25 Juin 2022
or perhaps use simulated annealing, which does permit you to control the quenching schedule.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Get Started with Optimization Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by