Nonlinear |
The NonlinearMinimizerBaseNonAllocating type exposes the following members.
| Name | Description | |
|---|---|---|
| FunctionTolerance | Gets or sets the stopping threshold for the function value or L2 norm of the residuals. | |
| GradientTolerance | Gets or sets the stopping threshold for the infinity norm of the gradient. | |
| IsBounded | Gets a value indicating whether bounded optimization is active (bounds and/or scales are configured). | |
| LowerBound | Gets the lower bound of the parameters. | |
| MaximumIterations | Gets or sets the maximum number of iterations. If , the maximum number of iterations is determined automatically. | |
| MinimalRSSImprovement | Gets or sets the minimal RSS improvement. | |
| Scales | Gets the scale factors for the parameters. | |
| StepTolerance | Gets or sets the stopping threshold for the L2 norm of the change of the parameters. | |
| UpperBound | Gets the upper bound of the parameters. |