@FunctionalInterface public static interface InitializeCallback.Function
This is specifically for the DelegateStoppingCondition
and
DelegateStoppingConditionConstraint
types.
Modifier and Type | Method and Description |
---|---|
void |
invoke(ITimeBasedState initialState)
The
delegate type that lets the StoppingConditionEvaluator or
StoppingConditionConstraintEvaluator be initialized. |
void invoke(ITimeBasedState initialState)
delegate
type that lets the StoppingConditionEvaluator
or
StoppingConditionConstraintEvaluator
be initialized.
This will be run in the StoppingConditionConstraintEvaluator.initialize(agi.foundation.coordinates.ITimeBasedState)
method.
This is specifically for the DelegateStoppingCondition
and
DelegateStoppingConditionConstraint
types.
initialState
- The initial state of the function getting run.