| StoppingConditionConstraintGetEvaluator Method  | 
  
    Namespace: 
   AGI.Foundation.StoppingConditions
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract StoppingConditionConstraintEvaluator GetEvaluator(
	EvaluatorGroup group
)
Public MustOverride Function GetEvaluator ( 
	group As EvaluatorGroup
) As StoppingConditionConstraintEvaluator
public:
virtual StoppingConditionConstraintEvaluator^ GetEvaluator(
	EvaluatorGroup^ group
) abstract
abstract GetEvaluator : 
        group : EvaluatorGroup -> StoppingConditionConstraintEvaluator 
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.
            
 See Also
See Also