The defalut Function change tolerance. The algorithm will terminate when the predicted change in the objective function from the current iteration is less than twice this value.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static readonly double DefaultFunctionChangeTolerance
Visual Basic (Declaration)
Public Shared ReadOnly DefaultFunctionChangeTolerance As Double
Visual C++
public:
static initonly double DefaultFunctionChangeTolerance

See Also