ThresholdStoppingConditionConstraint.Tolerance Property |
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic 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:
Double
See Also