- 3.0.2 optimal control module.
|
LQOC Solver settings. More...
#include <NLOptConSettings.hpp>
Public Member Functions | |
LQOCSolverSettings () | |
void | print () const |
number of allowed sub-iterations of LQOC solver per NLOC main iteration More... | |
void | load (const std::string &filename, bool verbose=true, const std::string &ns="lqoc_solver_settings") |
Public Attributes | |
bool | lqoc_debug_print |
int | num_lqoc_iterations |
LQOC Solver settings.
Settings for solving each linear-quadratic (constrained) sub-problem
|
inline |
|
inline |
number of allowed sub-iterations of LQOC solver per NLOC main iteration
Referenced by ct::optcon::NLOptConSettings::print().
|
inline |
References ct::optcon::example::verbose.
Referenced by ct::optcon::NLOptConSettings::load().
bool ct::optcon::LQOCSolverSettings::lqoc_debug_print |
Referenced by boxConstraintsTest(), and TEST().
int ct::optcon::LQOCSolverSettings::num_lqoc_iterations |
Referenced by boxConstraintsTest(), generalConstraintsTest(), generateSolver(), main(), and TEST().