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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 minimize or maximize.
See Also