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.2.419.0 (24.2.419.0)
Syntax public IList<StoppingConditionConstraint> Constraints { get; }
Public ReadOnly Property Constraints As IList(Of StoppingConditionConstraint)
Get
public:
property IList<StoppingConditionConstraint^>^ Constraints {
IList<StoppingConditionConstraint^>^ get ();
}
member Constraints : IList<StoppingConditionConstraint> with get
Property Value
Type:
IListStoppingConditionConstraintSee Also