Click or drag to resize

SegmentPropagatorVariableEvaluatorEvaluate Method

Evaluates this variable by modifying the configuration or by direct application. If modifying the configuration this method needs to apply the solverVariable to the appropriate value in the configuration. The configuration is always the initial configuration that the SegmentPropagator has at its first run.

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 void Evaluate(
	double solverVariable,
	SegmentConfiguration configuration
)

Parameters

solverVariable
Type: SystemDouble
The variable as computed by the solver that will be applied to the appropriate value in the configuration, or directly, relative to any initial value of the variable.
configuration
Type: AGI.Foundation.SegmentPropagationSegmentConfiguration
A copy of the segment configuration when it was first propagated by the parent SegmentPropagator.
See Also