CompactQuasiNewtonSolutionQuality Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the solution quality.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Enumeration CompactQuasiNewtonSolutionQuality
public enum CompactQuasiNewtonSolutionQuality
public enum class CompactQuasiNewtonSolutionQuality
type CompactQuasiNewtonSolutionQuality
public enum CompactQuasiNewtonSolutionQuality
Members
Member name | Description | |
---|---|---|
LocalOptima | An optimal local minimum was found. | |
UserCalculationError | An error occurred, possibly due to information provided by the caller. | |
LinearObjective | The difference between sequential gradients is zero. | |
Unbounded | The solution exceeded the range of Double. | |
MaxIterationExceeded | The maximum number of iterations was exceeded. | |
Interrupted | The solver was stopped by the caller. |