StoppingConditionConstraintWhenToCheck Property |
Gets or sets when to check this constraint (when a stop is detected or found).
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public WhenToCheckConstraint WhenToCheck { get; set; }
Public Property WhenToCheck As WhenToCheckConstraint
Get
Set
public:
property WhenToCheckConstraint WhenToCheck {
WhenToCheckConstraint get ();
void set (WhenToCheckConstraint value);
}
member WhenToCheck : WhenToCheckConstraint with get, set
Property Value
Type:
WhenToCheckConstraintSee Also