StoppingConditionEvaluatorGetValue Method |
Compute the value of the stopping condition from the state. This method will
put the raw value into the circular bounds (if the function is circular).
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double GetValue(
ITimeBasedState state
)
Public Function GetValue (
state As ITimeBasedState
) As Double
public:
double GetValue(
ITimeBasedState^ state
)
member GetValue :
state : ITimeBasedState -> float
Parameters
- state
- Type: AGI.Foundation.CoordinatesITimeBasedState
The state to check.
Return Value
Type:
DoubleThe value to use when exploring this condition while looking for an event.
See Also