StoppingConditionEventThresholdUsed Property |
Gets the value of the threshold that the stopping condition was driving
propagation too.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double ThresholdUsed { get; }
Public ReadOnly Property ThresholdUsed As Double
Get
public:
property double ThresholdUsed {
double get ();
}
member ThresholdUsed : float with get
Property Value
Type:
DoubleSee Also