Click or drag to resize

DurationStoppingConditionConstraintGetEvaluator Method

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override StoppingConditionConstraintEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group to use to initialize any evaluators that will be used by actual constraint.

Return Value

Type: StoppingConditionConstraintEvaluator
The evaluator for this StoppingConditionConstraint.
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when Tolerance is negative and InequalityCriteria is Equals or NotEquals.
PropertyInvalidExceptionThrown when DurationThreshold is zero.
See Also