Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ReadOnlyCollection<StoppingConditionConstraintEvaluator> Constraints { get; }

Property Value

Type: ReadOnlyCollectionStoppingConditionConstraintEvaluator
See Also