18 enum class Color {red, blue, green, yellow, magenta, cyan, white, bold_red, bold_blue,
19 bold_green, bold_yellow, bold_magenta, bold_cyan, bold_white};
50 int current_iteration_, backpass_diverge_iteration_;
51 double cost_, cost_change_, expected_cost_, control_gradient_, current_regularization_;
65 std::string color_picker(
const Color& color);
66 void printMsg(
const std::string& str,
const Color& color);
67 void split(
const std::string& s,
char delim, std::vector<std::string>& v_str, std::vector<std::string>& v_prec);
68 void printMsg(
const std::string& str, std::vector<double>& v_val, std::vector<bool>& v_prec,
const Color& text_color = Color::white,
const Color& num_color = Color::white );
73 std::shared_ptr<SolverLqrSetting> stgs_;
74 std::string close_, open_red_, open_blue_, open_cyan_, open_green_, open_white_, open_yellow_,
75 open_magenta_, open_bold_red_, open_bold_blue_, open_bold_cyan_, open_bold_green_,
76 open_bold_white_, open_bold_yellow_, open_bold_magenta_, prec_;
SolverLqrDoubleParam
Definition: SolverLqrParams.hpp:42
Helper class that contains information about the status of the optimization problem.
Definition: LqrInfoPrinter.hpp:37
Definition: LqrInfoPrinter.hpp:54
Definition: BackwardPass.hpp:15
SolverLqrIntParam
Definition: SolverLqrParams.hpp:14
Definition: SolverLqrSetting.hpp:18