alpaqa 1.0.0a13
Nonconvex constrained optimization
Loading...
Searching...
No Matches
lbfgsb-params.cpp
Go to the documentation of this file.
3
4namespace alpaqa::params {
5
7 PARAMS_MEMBER(memory), //
8 PARAMS_MEMBER(max_iter), //
9 PARAMS_MEMBER(max_time), //
10 PARAMS_MEMBER(stop_crit), //
11 PARAMS_MEMBER(print), //
12 PARAMS_MEMBER(print_interval), //
13 PARAMS_MEMBER(print_precision), //
14);
15
18
19} // namespace alpaqa::params
Tuning parameters for the L-BFGS-B solver LBFGSBSolver.
void set_param(bool &b, ParamString s)
Definition params.cpp:26
Represents a parameter value encoded as a string in the format abc.def.key=value.
Definition params.hpp:16
constexpr const auto inf
Definition config.hpp:85
#define PARAMS_MEMBER(name)
Helper macro to easily initialize a alpaqa::params::dict_to_struct_table_t.
Definition params.tpp:137
#define PARAMS_TABLE(type_,...)
Helper macro to easily specialize alpaqa::params::dict_to_struct_table.
Definition params.tpp:128