Click or drag to resize

SegmentPropagatorCostFunctionEvaluatorEvaluate Method

Extracts or computes a value from the results for the entire propagation up through the final segment in the parent SegmentList.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract double Evaluate(
	SegmentListResults results
)

Parameters

results
Type: AGI.Foundation.SegmentPropagationSegmentListResults
The results of all the segment propagators run up through the final segment in the parent SegmentList.

Return Value

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