Sleipnir C++ API
Loading...
Searching...
No Matches
slp::IterationInfo Struct Reference

#include <sleipnir/optimization/solver/iteration_info.hpp>

Public Attributes

int iteration
 The solver iteration.
 
const Eigen::VectorXd & x
 The decision variables.
 
const Eigen::VectorXd & s
 The inequality constraint slack 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.
 

Detailed Description

Solver iteration information exposed to a user callback.


The documentation for this struct was generated from the following file: