Levenberg |
The LevenbergMarquardtMinimizerNonAllocatingWrappedParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| FunctionTolerance |
Gets or sets the stopping threshold for the function value or L2 norm of the residuals.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
| GradientTolerance |
Gets or sets the stopping threshold for the infinity norm of the gradient.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
| InitialMu | Gets or sets the scale factor for the initial mu. | |
| IsBounded |
Gets a value indicating whether bounded optimization is active (bounds and/or scales are configured).
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
| LowerBound |
Gets the lower bound of the parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
| MaximumIterations |
Gets or sets the maximum number of iterations. If , the maximum number of iterations is determined automatically.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
| MinimalRSSImprovement |
Gets or sets the minimal RSS improvement.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
| ParameterScaleUpdatePeriod | Gets or sets the number of iterations after which the parameter scale is updated (if no user-provided scale was set). The default value is 1, which means the parameter scale is updated in each iteration. Set the value to MaxValue if no scale update is necessary. | |
| Scales |
Gets the scale factors for the parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
| StepTolerance |
Gets or sets the stopping threshold for the L2 norm of the change of the parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
| UpperBound |
Gets the upper bound of the parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating) |