How to change step size of fmincon?

3 次查看(过去 30 天)
Hi everybody,
does anyone know how the step size of fmincon can be changed?
Thanks in advance,
Nicolas

回答(1 个)

Jan
Jan 2017-8-9
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 个评论
José-Luis
José-Luis 2017-8-9
What are you trying to optimize? A global optimum can often be pure utopia.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Solver Outputs and Iterative Display 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by