Click or drag to resize

SegmentPropagatorCostFunctionEvaluator Constructor (EvaluatorGroup, SegmentPropagatorCostFunction)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected SegmentPropagatorCostFunctionEvaluator(
	EvaluatorGroup group,
	SegmentPropagatorCostFunction definition
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup to use when constructing any needed evaluators.
definition
Type: AGI.Foundation.NumericalMethodsSegmentPropagatorCostFunction
The definition of this cost function.
See Also