LeastSquaresOptimizer.ValueTest Property

Gets the SimpleConvergenceTest<T> that uses the value of the target functions.

Definition

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

Property Value

SimpleConvergenceTest<Double>

See Also