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