Click or drag to resize

DurationStoppingConditionGetEvaluator 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 StoppingConditionEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group to use to initialize any evaluators that will be used by the stopping condition.

Return Value

Type: StoppingConditionEvaluator
An evaluator for this StoppingCondition.
Exceptions
ExceptionCondition
PropertyInvalidExceptionThrown when StopOnEventNumber is not positive.
PropertyInvalidExceptionThrown when FunctionTolerance is negative.
PropertyInvalidExceptionThrown when Threshold is null.
PropertyInvalidExceptionThrown when StopOnEventNumber is not 1.
See Also