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.2.419.0 (24.2.419.0)
Syntax public abstract void Evaluate(
double solverVariable,
SegmentConfiguration configuration
)
Public MustOverride Sub Evaluate (
solverVariable As Double,
configuration As SegmentConfiguration
)
public:
virtual void Evaluate(
double solverVariable,
SegmentConfiguration^ configuration
) abstract
abstract Evaluate :
solverVariable : float *
configuration : SegmentConfiguration -> unit
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