StoppingConditionEvaluatorThreshold Property |
Gets the threshold to stop at. This value is ignored if the
TypeOfStoppingCondition
is not one of the threshold types. When the
StoppablePropagator that contains this
condition is propagated, this
ScalarEvaluator will be evaluated at that time and that
value will be used as the threshold for the extent of the propagation.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected ValueEvaluator<double> Threshold { get; }
Protected ReadOnly Property Threshold As ValueEvaluator(Of Double)
Get
protected:
property ValueEvaluator<double>^ Threshold {
ValueEvaluator<double>^ get ();
}
member Threshold : ValueEvaluator<float> with get
Property Value
Type:
ValueEvaluatorDoubleSee Also