Click or drag to resize

ThresholdStoppingConditionConstraintEvaluator.IsConstraintSatisfied Method

This method will examine from the state and return true if this constraint is satisfied, and false if not.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override bool IsConstraintSatisfied(
	ITimeBasedState state
)

Parameters

state
Type: AGI.Foundation.Coordinates.ITimeBasedState
The state to check.

Return Value

Type: Boolean
true if this constraint is satisfied; otherwise false. When all constraints return true, then the stopping condition may stop propagation if it too is satisfied.
See Also