LeastSquaresOptimizer.GradientTest Property

Gets the VectorConvergenceTest<T> that uses the gradient of the objective function.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public VectorConvergenceTest<double> GradientTest { get; }

Property Value

VectorConvergenceTest<Double>

See Also