CompactQuasiNewtonDirective.IterationLimit 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 maximum number of solver iterations.

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

Syntax

'Declaration
Public Overridable Property IterationLimit As Integer
public virtual int IterationLimit { get; set; }
public:
virtual property int IterationLimit {
    int get ();
    void set (int value);
}
abstract IterationLimit : int with get, set
override IterationLimit : int with get, set
function get IterationLimit () : int
function set IterationLimit (value : int)

Property Value

Type: System.Int32
The number of solver iterations. The default is MaxValue.

Remarks

If the iteration limit is exceeded, the solver returns CompactQuasiNewtonSolutionQuality.Error.

.NET Framework Security

See Also

Reference

CompactQuasiNewtonDirective Class

Microsoft.SolverFoundation.Services Namespace