CompactQuasiNewtonSolver Properties

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

The CompactQuasiNewtonSolver type exposes the following members.

Properties

  Name Description
Public property EvaluationCallCount Gets the number of function evaluation calls.
Public property FunctionEvaluator Function value callback. (Inherited from UnconstrainedNonlinearModel.)
Public property GradientCapability Gets the gradient-related capabilities of a solver.
Public property GradientEvaluator Gradient callback. (Inherited from UnconstrainedNonlinearModel.)
Public property HessianCapability Gets the Hessian-related capabilities of a solver.
Public property Indices Returns the variable index collection, inclusive of rows (Inherited from UnconstrainedNonlinearModel.)
Public property IterationCount Gets the number of iterations that have been performed by a solver.
Public property KeyComparer Is used for row or variable key comparison (Inherited from UnconstrainedNonlinearModel.)
Public property KeyCount Returns the number of keys, inclusive of rows and variables. (Inherited from UnconstrainedNonlinearModel.)
Public property Keys Returns the variable and row key collection. Indices are guaranteed to be greater than or equal to 0 and less than the KeyCount. (Inherited from UnconstrainedNonlinearModel.)
Public property NonlinearCapabilities Gets the nonlinear capabilities of a solver.
Public property Result Gets the result of a solve attempt.
Public property RowCount Returns the number of rows in the model (Inherited from UnconstrainedNonlinearModel.)
Public property RowIndices Returns the row index collection (Inherited from UnconstrainedNonlinearModel.)
Public property RowKeys Returns the row key collection (Inherited from UnconstrainedNonlinearModel.)
Protected property RowValue Sets the value of the only row of the model (Inherited from UnconstrainedNonlinearModel.)
Public property SolutionQuality Gets the quality level of a solution.
Public property TheGoal The only goal of the model (Inherited from UnconstrainedNonlinearModel.)
Public property ToleranceDifference Gets the difference between the solution tolerance and the requested tolerance.
Public property VariableCount Gets the number of variables in the model. (Inherited from UnconstrainedNonlinearModel.)
Public property VariableIndices Gets an IEnumerable containing the variable indexes. (Inherited from UnconstrainedNonlinearModel.)
Protected property VariableKeyCount Returns a count for keys (not including null) for variables (Inherited from UnconstrainedNonlinearModel.)
Public property VariableKeys Gets an IEnumerable containing the variable keys. (Inherited from UnconstrainedNonlinearModel.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IGoalModel.GoalCount The number of goals in this model (Inherited from UnconstrainedNonlinearModel.)
Explicit interface implemetationPrivate property IGoalModel.Goals Returns the goal collection of this model. (Inherited from UnconstrainedNonlinearModel.)
Explicit interface implemetationPrivate property INonlinearSolution.SolvedGoalCount Gets the number of goals being solved.
Explicit interface implemetationPrivate property IRowVariableModel.IntegerIndexCount Returns the number of integer variables (Inherited from UnconstrainedNonlinearModel.)

Top

See Also

Reference

CompactQuasiNewtonSolver Class

Microsoft.SolverFoundation.Solvers Namespace