StoppingConditionEvaluatorConstraints Property |
Gets the
constraints that must also be
satisfied for this stopping condition to stop propagation. If a constraint prevents an event
from stopping propagation, it will not increment the count that gets compared to the
StopOnEventNumber.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReadOnlyCollection<StoppingConditionConstraintEvaluator> Constraints { get; }
Public ReadOnly Property Constraints As ReadOnlyCollection(Of StoppingConditionConstraintEvaluator)
Get
public:
property ReadOnlyCollection<StoppingConditionConstraintEvaluator^>^ Constraints {
ReadOnlyCollection<StoppingConditionConstraintEvaluator^>^ get ();
}
member Constraints : ReadOnlyCollection<StoppingConditionConstraintEvaluator> with get
Property Value
Type:
ReadOnlyCollectionStoppingConditionConstraintEvaluatorSee Also