![]() |
Sleipnir C++ API
|
#include <sleipnir/optimization/solver/iteration_info.hpp>
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. |