CompactQuasiNewtonSolverParams Class
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the parameters for the compact quasi-Newton solver.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The CompactQuasiNewtonSolverParams type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CompactQuasiNewtonSolverParams | Initializes a new instance of the CompactQuasiNewtonSolverParams class. |
![]() | CompactQuasiNewtonSolverParams(Func(Of TResult)) | Initializes a new instance of the CompactQuasiNewtonSolverParams class using solver-specific parameters. |
![]() | CompactQuasiNewtonSolverParams(CompactQuasiNewtonSolverParams) | Initializes a new instance of the CompactQuasiNewtonSolverParams class using an existing CompactQuasiNewtonSolverParams object. |
![]() | CompactQuasiNewtonSolverParams(Directive) | Initializes a new instance of the CompactQuasiNewtonSolverParams class with a directive. |
![]() | CompactQuasiNewtonSolverParams(Double, Int32, Int32, Func(Of TResult)) | Initializes a new instance of the CompactQuasiNewtonSolverParams class using solver-specific parameters. |
| Name | Description | |
|---|---|---|
![]() | Abort | Returns a value that indicates whether the solver should stop. |
![]() | IterationLimit | Gets or sets the maximum number of solver iterations. |
![]() | IterationsToRemember | Gets or sets the number of previous iterations to remember for the estimate of the Hessian matrix. |
![]() | QueryAbort | Gets or sets the callback function that determines when to abort the search. |
![]() | Solving | Gets or sets the callback function called during a solve attempt. |
![]() | Tolerance | Gets or sets the tolerance and compares it to the geometrically-weighted averaged improvement. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ShouldAbort | Returns a value that indicates whether the solver should stop. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
