ThresholdStoppingConditionConstraintTolerance Property |
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual double Tolerance { get; set; }
Public Overridable Property Tolerance As Double
Get
Set
public:
virtual property double Tolerance {
double get ();
void set (double value);
}
abstract Tolerance : float with get, set
override Tolerance : float with get, set
Property Value
Type:
DoubleSee Also