![]() |
WPILibC++ 2027.0.0-alpha-4
|
Solver iteration information exposed to an iteration callback. More...
Public Attributes | |
| int | iteration |
| The solver iteration. | |
| const Eigen::Vector< Scalar, Eigen::Dynamic > & | x |
| The decision variables. | |
| const Eigen::SparseVector< Scalar > & | g |
| The gradient of the cost function. | |
| const Eigen::SparseMatrix< Scalar > & | H |
| The Hessian of the Lagrangian. | |
| const Eigen::SparseMatrix< Scalar > & | A_e |
| The equality constraint Jacobian. | |
| const Eigen::SparseMatrix< Scalar > & | A_i |
| The inequality constraint Jacobian. | |
Solver iteration information exposed to an iteration callback.
| Scalar | Scalar type. |
| const Eigen::SparseMatrix<Scalar>& slp::IterationInfo< Scalar >::A_e |
The equality constraint Jacobian.
| const Eigen::SparseMatrix<Scalar>& slp::IterationInfo< Scalar >::A_i |
The inequality constraint Jacobian.
| const Eigen::SparseVector<Scalar>& slp::IterationInfo< Scalar >::g |
The gradient of the cost function.
| const Eigen::SparseMatrix<Scalar>& slp::IterationInfo< Scalar >::H |
The Hessian of the Lagrangian.
| int slp::IterationInfo< Scalar >::iteration |
The solver iteration.
| const Eigen::Vector<Scalar, Eigen::Dynamic>& slp::IterationInfo< Scalar >::x |
The decision variables.