One Dimensional Optimizer.Solution Test Property
            
            
            Gets the convergence test that uses the solution of the optimization.
            
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
A SimpleConvergenceTest<T> object.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public SimpleConvergenceTest<double> SolutionTest { get; }Property Value
SimpleConvergenceTest<Double>A SimpleConvergenceTest<T> object.
Remarks
The solution test for a one-dimensional optimizer is a SimpleConvergenceTest<T> that compares the last change in the solution to the tolerance. The relative error is computed using the absolute value of the approximate solution.