Nonlinear |
The NonlinearMinimizerBaseNonAllocating 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. |
![]() | IsBounded | |
![]() | LowerBound | The lower bound of the parameters. |
![]() | MaximumIterations | The maximum number of iterations. If null, the maximal number of iterations is determined automatically. |
![]() | MinimalRSSImprovement | Gets or sets the minimal RSS improvement. |
![]() | 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. |