CompactQuasiNewtonDirective.Tolerance Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the tolerance for a solver.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Overridable Property Tolerance As Double
public virtual double Tolerance { get; set; }
public:
virtual property double Tolerance {
    double get ();
    void set (double value);
}
abstract Tolerance : float with get, set
override Tolerance : float with get, set
function get Tolerance () : double
function set Tolerance (value : double)

Property Value

Type: System.Double
The tolerance.

Remarks

The solver stops when the geometrically weighted average improvement falls below the tolerance.

.NET Framework Security

See Also

Reference

CompactQuasiNewtonDirective Class

Microsoft.SolverFoundation.Services Namespace