StoppingConditionConstraintEvaluatorWhenToCheck Property |
Gets when to check the constraint (when an event is detected or exactly found). See the documentation of
WhenToCheckConstraint to help decide which one to pick.
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; }
Public ReadOnly Property WhenToCheck As WhenToCheckConstraint
Get
public:
property WhenToCheckConstraint WhenToCheck {
WhenToCheckConstraint get ();
}
member WhenToCheck : WhenToCheckConstraint with get
Property Value
Type:
WhenToCheckConstraintSee Also