StoppingConditionEvaluator.EvaluateRawValue 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.ITimeBasedState
The state from which to extract the value.
Return Value
Type:
DoubleThe value before it is bound by circular constraints.
See Also