LeastSquaresOptimizer.GradientVector 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.0
C#
public DenseVector<double> GradientVector { get; }

Property Value

DenseVector<Double>
A dense vector.

See Also