Click or drag to resize

DelegateBasedCostFunctionCallback Delegate

The delegate type used by the DelegateBasedCostFunction. This must extract the value from the results to minimize or maximize in a TargetedSegmentListParameterOptimizer.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public delegate double DelegateBasedCostFunctionCallback(
	SegmentResults results
)

Parameters

results
Type: AGI.Foundation.SegmentPropagationSegmentResults
The results of the segment specified in the DelegateBasedCostFunction.

Return Value

Type: Double
The value to minimize or maximize.
See Also