StoppablePropagator.AddEndOfAvailabilityStoppingConditions 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: 25.1.421.0 (25.1.421.0)
Syntaxprotected void AddEndOfAvailabilityStoppingConditions(
EvaluatorGroup group
)
Protected Sub AddEndOfAvailabilityStoppingConditions (
group As EvaluatorGroup
)
protected:
void AddEndOfAvailabilityStoppingConditions(
EvaluatorGroup^ group
)
member AddEndOfAvailabilityStoppingConditions :
group : EvaluatorGroup -> unit
Parameters
- group
- Type: AGI.Foundation.EvaluatorGroup
The EvaluatorGroup to use when creating the
StoppingConditions
See Also