StoppablePropagatorAddEndOfAvailabilityStoppingConditions Method |
Gets a pair of
StoppingConditions based on
the availability of this propagator. If the availability of this propagator is
Infinite then no conditions will be returned.
It is intended that this will be called when the concrete propagator is constructed
if needed these conditions will be added to the propagator at that time. It is up
types to decide if this needs to be called or not.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected void AddEndOfAvailabilityStoppingConditions(
EvaluatorGroup group
)
Protected Sub AddEndOfAvailabilityStoppingConditions (
group As EvaluatorGroup
)
protected:
void AddEndOfAvailabilityStoppingConditions(
EvaluatorGroup^ group
)
member AddEndOfAvailabilityStoppingConditions :
group : EvaluatorGroup -> unit
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup to use when creating the
StoppingConditions
See Also