  | LevenbergMarquardtMinimizerGradientTolerance Property | 
            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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double GradientTolerance { get; set; }Public Property GradientTolerance As Double
	Get
	Set
public:
property double GradientTolerance {
	double get ();
	void set (double value);
}member GradientTolerance : float with get, set
Property Value
Double
See Also