CompactQuasiNewtonReport.EvaluationCallCount 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 function evaluation calls that have occurred.

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

Syntax

'Declaration
Public Overridable ReadOnly Property EvaluationCallCount As Long
public virtual long EvaluationCallCount { get; }
public:
virtual property long long EvaluationCallCount {
    long long get ();
}
abstract EvaluationCallCount : int64
override EvaluationCallCount : int64
function get EvaluationCallCount () : long

Property Value

Type: System.Int64
The number of function evaluation calls.

Remarks

Each call is for both a value callback function evaluation and a gradient callback function evaluation.

.NET Framework Security

See Also

Reference

CompactQuasiNewtonReport Class

Microsoft.SolverFoundation.Services Namespace