Click or drag to resize

SegmentPropagatorVariableEvaluator.Reset Method

If the variable evaluator has some state, such as a parametrized evaluator, this method needs to reset the variable back to its original value by application of the inverse.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public virtual void Reset(
	double inverseSolverVariable
)

Parameters

inverseSolverVariable
Type: System.Double
The inverse of the last variable value produced by the solver.
See Also