Nonlinear |
The NonlinearMinimizerBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | FunctionTolerance | The stopping threshold for the function value or L2 norm of the residuals. |
![]() | GradientTolerance | The stopping threshold for infinity norm of the gradient. |
![]() | LowerBound | The lower bound of the parameters. |
![]() | MaximumIterations | The maximum number of iterations. |
![]() | Scales | The scale factors for the parameters. |
![]() | StepTolerance | The stopping threshold for L2 norm of the change of the parameters. |
![]() | UpperBound | The upper bound of the parameters. |