Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double GetValue(
	ITimeBasedState state
)

Parameters

state
Type: AGI.Foundation.CoordinatesITimeBasedState
The state to check.

Return Value

Type: Double
The value to use when exploring this condition while looking for an event.
See Also