Least Squares Optimizer.Gradient Vector Property
Gets or sets the current value of the gradient.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A dense vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public DenseVector<double> GradientVector { get; }
Property Value
DenseVector<Double>A dense vector.