How to change step size of fmincon?

3 vues (au cours des 30 derniers jours)
Nicolas Ochmann
Nicolas Ochmann le 9 Août 2017
Commenté : Nicolas Ochmann le 9 Août 2017
Hi everybody,
does anyone know how the step size of fmincon can be changed?
Thanks in advance,
Nicolas

Réponses (1)

Jan
Jan le 9 Août 2017
fmincon uses a bunch of different optimization tools and "stepsizes" occur in a variety of internal methods. Therefore you could mean a bunch of different options:
  • DiffMaxChange
  • OptimalityTolerance
  • FunctionTolerance
  • FunctionTolerance
  • TolPCG
  • RelLineSrchBnd
Please explain, what your actual problem is.
  3 commentaires
José-Luis
José-Luis le 9 Août 2017
What are you trying to optimize? A global optimum can often be pure utopia.
Nicolas Ochmann
Nicolas Ochmann le 9 Août 2017
Within boundaries :)

Connectez-vous pour commenter.

Catégories

En savoir plus sur Surrogate Optimization dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by