CompactQuasiNewtonSolver.IterationCount Property

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

Gets the number of iterations that have been performed by a solver.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IterationCount As Integer
public virtual int IterationCount { get; }
public:
virtual property int IterationCount {
    int get ();
}
abstract IterationCount : int
override IterationCount : int
function get IterationCount () : int

Property Value

Type: System.Int32
The iteration count.

.NET Framework Security

See Also

Reference

CompactQuasiNewtonSolver Class

Microsoft.SolverFoundation.Solvers Namespace