Multidimensional Optimizer.Last Correction Property
Gets the last correction to the solution of the system of equations.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A dense vector that contains the correction to the solution in the last iteration.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected DenseVector<double> LastCorrection { get; }
Property Value
DenseVector<Double>A dense vector that contains the correction to the solution in the last iteration.