ThresholdStoppingConditionConstraintTolerance Property |
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.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