Gets and sets the tolerance used to check the improvement between steps.

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

Syntax

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

Remarks

If this tolerance is reached, the process will stop with ImprovementWithinTolerance.

See Also