NelderMeadSolverParams.IterationLimit Property

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

The maximum number of solver iterations.

Namespace:  Microsoft.SolverFoundation.Solvers
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

Remarks

If the iteration limit is exceeded, the solver will return an interrupted status. The default is Int32.MaxValue.

.NET Framework Security

See Also

Reference

NelderMeadSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace