Gets and sets the gradient tolerance. Iteration will stop when the infinity norm of the gradient used in calculating the next step falls below this value.

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

Syntax

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

See Also