Click or drag to resize

LevenbergMarquardtMinimizerNonAllocating Properties

The LevenbergMarquardtMinimizerNonAllocating type exposes the following members.

Properties
 NameDescription
Public propertyFunctionTolerance The stopping threshold for the function value or L2 norm of the residuals.
(Inherited from NonlinearMinimizerBaseNonAllocating)
Public propertyGradientTolerance The stopping threshold for infinity norm of the gradient.
(Inherited from NonlinearMinimizerBaseNonAllocating)
Public propertyInitialMu The scale factor for initial mu
Protected propertyIsBounded
(Inherited from NonlinearMinimizerBaseNonAllocating)
Public propertyLowerBound The lower bound of the parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating)
Public propertyMaximumIterations The maximum number of iterations. If null, the maximal number of iterations is determined automatically.
(Inherited from NonlinearMinimizerBaseNonAllocating)
Public propertyMinimalRSSImprovement Gets or sets the minimal RSS improvement.
(Inherited from NonlinearMinimizerBaseNonAllocating)
Public propertyParameterScaleUpdatePeriod 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, that means the parameter scale is updated in each iteration. Set the value to int.MaximumValue if no scale update is neccessary.
Public propertyScales The scale factors for the parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating)
Public propertyStepTolerance The stopping threshold for L2 norm of the change of the parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating)
Public propertyUpperBound The upper bound of the parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating)
Top
See Also