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.2.419.0 (24.2.419.0)
Syntax public abstract double Evaluate(
SegmentListResults results
)
Public MustOverride Function Evaluate (
results As SegmentListResults
) As Double
public:
virtual double Evaluate(
SegmentListResults^ results
) abstract
abstract Evaluate :
results : SegmentListResults -> float
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:
DoubleThe 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