Click or drag to resize

DelegateBasedInequalityConstraint.GetEvaluator Method

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override SegmentPropagatorInequalityConstraintEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The EvaluatorGroup to use to create any necessary evaluators for this constraint.

Return Value

Type: SegmentPropagatorInequalityConstraintEvaluator
The fully configured constraint evaluator.
Remarks
Derived classes should call ValidateProperties() to check properties owned by this base class, as well as validate their own properties.
See Also