Click or drag to resize

StoppingCondition.GetEvaluator Method

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public abstract StoppingConditionEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The group to use to initialize any evaluators that will be used by the condition and its Constraints.

Return Value

Type: StoppingConditionEvaluator
An evaluator for this StoppingCondition.
Remarks
Derived classes should call ValidateProperties() to check properties owned by this base class, as well as validate their own properties.
See Also