How to change step size of fmincon?

1 回表示 (過去 30 日間)
Nicolas Ochmann
Nicolas Ochmann 2017 年 8 月 9 日
コメント済み: Nicolas Ochmann 2017 年 8 月 9 日
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.
Nicolas Ochmann
Nicolas Ochmann 2017 年 8 月 9 日
Within boundaries :)

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSurrogate Optimization についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by