ValueInStateStoppingCondition.GetEvaluator Method |
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic override StoppingConditionEvaluator GetEvaluator(
EvaluatorGroup group
)
Public Overrides Function GetEvaluator (
group As EvaluatorGroup
) As StoppingConditionEvaluator
public:
virtual StoppingConditionEvaluator^ GetEvaluator(
EvaluatorGroup^ group
) override
abstract GetEvaluator :
group : EvaluatorGroup -> StoppingConditionEvaluator
override GetEvaluator :
group : EvaluatorGroup -> StoppingConditionEvaluator
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:
StoppingConditionEvaluatorAn
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