CompactQuasiNewtonProperties Class

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

Defines properties that can be retrieved by compact quasi-Newton (CQN) solver events.

Inheritance Hierarchy

System.Object
  Microsoft.SolverFoundation.Services.CompactQuasiNewtonProperties

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

Syntax

'Declaration
Public NotInheritable Class CompactQuasiNewtonProperties
public static class CompactQuasiNewtonProperties
public ref class CompactQuasiNewtonProperties abstract sealed
[<AbstractClass>]
[<Sealed>]
type CompactQuasiNewtonProperties =  class end
public final class CompactQuasiNewtonProperties

The CompactQuasiNewtonProperties type exposes the following members.

Fields

  Name Description
Public fieldStatic member CurrentTerminationCriterion Represents the current tolerance, calculated as a double.
Public fieldStatic member EvaluationCount Represents the number of calls to the function and gradient evaluators.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace