ThresholdStoppingConditionConstraintEvaluatorCheckCurrentState 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 override void CheckCurrentState(
ITimeBasedState currentState
)
Public Overrides Sub CheckCurrentState (
currentState As ITimeBasedState
)
public:
virtual void CheckCurrentState(
ITimeBasedState^ currentState
) override
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