solver_lqr
|
Helper class that contains information about the status of the optimization problem. More...
#include <LqrInfoPrinter.hpp>
Public Member Functions | |
int & | get (const SolverLqrIntParam ¶m) |
double & | get (const SolverLqrDoubleParam ¶m) |
const int & | get (const SolverLqrIntParam ¶m) const |
const double & | get (const SolverLqrDoubleParam ¶m) const |
Private Attributes | |
int | current_iteration_ |
int | backpass_diverge_iteration_ |
double | cost_ |
double | cost_change_ |
double | expected_cost_ |
double | control_gradient_ |
double | current_regularization_ |
Helper class that contains information about the status of the optimization problem.