1Blurb::
2Max change in design point
3Description::
4The \c max_step control specifies the maximum step that can be taken
5when computing a change in the current design point (e.g., limiting
6the Newton step computed from current gradient and Hessian
7information). It is equivalent to a move limit or a maximum trust
8region size. The \c gradient_tolerance control defines the threshold
9value on the L2 norm of the objective function gradient that indicates
10convergence to an unconstrained minimum (no active constraints). The
11\c gradient_tolerance control is defined for all gradient-based
12optimizers.
13
14Topics::
15Examples::
16Theory::
17Faq::
18See_Also::
19