LeastSquaresOptimizer.LastCorrection Property

Gets the last correction to the solution of the system of equations.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected DenseVector<double> LastCorrection { get; }

Property Value

DenseVector<Double>
A dense vector that contains the correction to the solution in the last iteration.

See Also