| DelegateBasedCostFunctionGetEvaluator Method  | 
  
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic override SegmentPropagatorCostFunctionEvaluator GetEvaluator(
	EvaluatorGroup group
)
Public Overrides Function GetEvaluator ( 
	group As EvaluatorGroup
) As SegmentPropagatorCostFunctionEvaluator
public:
virtual SegmentPropagatorCostFunctionEvaluator^ GetEvaluator(
	EvaluatorGroup^ group
) override
abstract GetEvaluator : 
        group : EvaluatorGroup -> SegmentPropagatorCostFunctionEvaluator 
override GetEvaluator : 
        group : EvaluatorGroup -> SegmentPropagatorCostFunctionEvaluator Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
 The EvaluatorGroup to use to create any necessary
            evaluators for this constraint.
Return Value
Type: 
SegmentPropagatorCostFunctionEvaluatorThe fully configured 
cost function evaluator.
 Remarks
Remarks
            Derived classes should call 
ValidateProperties to check properties
            owned by this base class, as well as validate their own properties.
            
 See Also
See Also