ILNumerics Ultimate VS

OptimizationDefaultTolerance Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Default tolerance for exit conditions of BFGS, L-BFGS and Newton unconstrained solvers.

[ILNumerics Optimization Toolbox]

Namespace:  ILNumerics.Toolboxes
Assembly:  ILNumerics.Toolboxes.Optimization (in ILNumerics.Toolboxes.Optimization.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static double DefaultTolerance { get; set; }

Property Value

Type: Double
Remarks

Tolerances are expected to be small positive scalars. They are used as default exit thresholds for the gradient norms and the solution offsets between subsequent iterations. Default value: 1e-8.

[ILNumerics Optimization Toolbox]

See Also

Reference