Click or drag to resize

StoppingConditionConstraints Property

Gets additional constraints on the stopping condition. The constraints allow you to add extra criteria to whether an event should be considered valid to stop on. See their help for more information.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<StoppingConditionConstraint> Constraints { get; }

Property Value

Type: IListStoppingConditionConstraint
See Also