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