Click or drag to resize

SegmentPropagatorConstraintEvaluatorEvaluate 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 compare to the DesiredValue. When all of the constraints evaluated values match their desired values (within tolerance) the function will have converged and propagation will proceed.
See Also