Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public virtual void Initialize(
	ITimeBasedState initialState
)

Parameters

initialState
Type: AGI.Foundation.CoordinatesITimeBasedState
The state to initialize with.
See Also