Click or drag to resize

TargetedSegmentListFunctionEvaluate Method (Double, ITrackCalculationProgress)

Evaluates the function. The SolvableMultivariableFunctionResults returned must include the computed constraints in the order that they are in the Constraints. If your function computes more than just constraint values you should extend SolvableMultivariableFunctionResults to contain those additional results.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override SolvableMultivariableFunctionResults Evaluate(
	double[] variables,
	ITrackCalculationProgress progressTracker
)

Parameters

variables
Type: SystemDouble
The value of the variables to evaluate at.
progressTracker
Type: AGI.FoundationITrackCalculationProgress
An optional progress tracker.

Return Value

Type: SolvableMultivariableFunctionResults
The constraint values and any other results.
See Also