Click or drag to resize

NonlinearMinimizerBaseNonAllocating Fields

The NonlinearMinimizerBaseNonAllocating type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberDefaultFunctionTolerance The default function tolerance. Since function tolerance is an absolute value and thus dependends on the scale of the y-values, the default value for it is zero.
Public fieldStatic memberDefaultGradientTolerance The default gradient tolerance. Since the gradient tolerance is an absolute value and thus depends on the scale of the y-values, and the scale of the parameters, its default value is zero.
Public fieldStatic memberDefaultMinimalRSSImprovement The default value for the minimal RSS (Chi²) improvement achieved during 8 iterations.
Public fieldStatic memberDefaultStepTolerance The default step tolerance. This is a relative value (ratio of current step and value of the parameter).
Top
See Also