alpaqa 1.0.0a18
Nonconvex constrained optimization
Loading...
Searching...
No Matches
lbfgsb-structs.ipp
Go to the documentation of this file.
1PARAMS_TABLE(lbfgsb::LBFGSBSolver::Params, //
2 PARAMS_MEMBER(memory, ""), //
3 PARAMS_MEMBER(max_iter, ""), //
4 PARAMS_MEMBER(max_time, ""), //
5 PARAMS_MEMBER(stop_crit, ""), //
6 PARAMS_MEMBER(print, ""), //
7 PARAMS_MEMBER(print_interval, ""), //
8 PARAMS_MEMBER(print_precision, ""), //
9);
#define PARAMS_MEMBER(name,...)
Helper macro to easily initialize a alpaqa::params::attribute_table_t.
Definition structs.hpp:62
#define PARAMS_TABLE(type_,...)
Helper macro to easily specialize alpaqa::params::attribute_table.
Definition structs.hpp:53