Exit criteria. Algotithm will terminate when change in the objective function in the calculated for the new iterate has a magnitude less than this value.

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

Syntax

C#
public double FunctionChangeTolerance { get; set; }
Visual Basic (Declaration)
Public Property FunctionChangeTolerance As Double
Visual C++
public:
property double FunctionChangeTolerance {
	double get ();
	void set (double value);
}

See Also