alpaqa develop
Nonconvex constrained optimization
Loading...
Searching...
No Matches
lbfgsb-params.cpp
Go to the documentation of this file.
3
4namespace alpaqa::params {
5
7
8template <>
13
14} // namespace alpaqa::params
Tuning parameters for the L-BFGS-B solver LBFGSBSolver.
void set_param_default(T &t, const json &j)
Definition json.tpp:114
void set_param(T &, const json &j)
Update/overwrite the first argument based on the JSON object j.
Definition json.cpp:249
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:112