StoppingConditionConstraintEvaluatorInitialize Method |
Initialize the
constraint with the
initialState. This is useful for when the
constraint is comparing the current
value with the initial (such as something related to the duration of propagation).
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual void Initialize(
ITimeBasedState initialState
)
Public Overridable Sub Initialize (
initialState As ITimeBasedState
)
public:
virtual void Initialize(
ITimeBasedState^ initialState
)
abstract Initialize :
initialState : ITimeBasedState -> unit
override Initialize :
initialState : ITimeBasedState -> unit
Parameters
- initialState
- Type: AGI.Foundation.CoordinatesITimeBasedState
The state to initialize with.
See Also