Click or drag to resize

ThresholdStoppingConditionConstraintEvaluatorEvaluateSingleValue Method

This method will return the value that will be compared to the Threshold. This method does not need to deal with UseAbsoluteValue.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected abstract double EvaluateSingleValue(
	ITimeBasedState state
)

Parameters

state
Type: AGI.Foundation.CoordinatesITimeBasedState
The current state of propagation.

Return Value

Type: Double
The value of the constraint.
See Also