StoppingConditionConstraintEvaluatorCheckCurrentState Method |
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 CheckCurrentState(
ITimeBasedState currentState
)
Public Overridable Sub CheckCurrentState (
currentState As ITimeBasedState
)
public:
virtual void CheckCurrentState(
ITimeBasedState^ currentState
)
abstract CheckCurrentState :
currentState : ITimeBasedState -> unit
override CheckCurrentState :
currentState : ITimeBasedState -> unit
Parameters
- currentState
- Type: AGI.Foundation.CoordinatesITimeBasedState
The state to check at every step of propagation.
See Also