StoppingConditionEvaluatorEvaluateRawValue Method |
Returns the raw value before it is bound by circular constraints. This method does not need
to deal with the
AngularSetting.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract double EvaluateRawValue(
ITimeBasedState state
)
Public MustOverride Function EvaluateRawValue (
state As ITimeBasedState
) As Double
public:
virtual double EvaluateRawValue(
ITimeBasedState^ state
) abstract
abstract EvaluateRawValue :
state : ITimeBasedState -> float
Parameters
- state
- Type: AGI.Foundation.CoordinatesITimeBasedState
The state from which to extract the value.
Return Value
Type:
DoubleThe value before it is bound by circular constraints.
See Also