DurationStoppingConditionConstraintDurationThreshold Property |
Gets or sets the threshold used to compare with the computed
Duration.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Duration DurationThreshold { get; set; }
Public Property DurationThreshold As Duration
Get
Set
public:
property Duration DurationThreshold {
Duration get ();
void set (Duration value);
}
member DurationThreshold : Duration with get, set
Property Value
Type:
DurationSee Also