ConstraintSatisfiedCallback Delegate |
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public delegate bool ConstraintSatisfiedCallback(
ITimeBasedState currentState
)
Public Delegate Function ConstraintSatisfiedCallback (
currentState As ITimeBasedState
) As Boolean
public delegate bool ConstraintSatisfiedCallback(
ITimeBasedState^ currentState
)
type ConstraintSatisfiedCallback =
delegate of
currentState : ITimeBasedState -> bool
Parameters
- currentState
- Type: AGI.Foundation.CoordinatesITimeBasedState
The state to check.
Return Value
Type:
Boolean if the constraint is satisfied; otherwise
.
See Also