alpaqa 1.1.0a1
Nonconvex constrained optimization
Loading...
Searching...
No Matches
lbfgsb-json.cpp
Go to the documentation of this file.
3
4namespace alpaqa::params {
5
7
8template <>
9void LBFGSB_ADAPTER_EXPORT set_param(lbfgsb::LBFGSBSolver::Params &t,
10 const json &j) {
12}
13template <>
14void LBFGSB_ADAPTER_EXPORT get_param(const lbfgsb::LBFGSBSolver::Params &t,
15 json &j) {
17}
18
19} // namespace alpaqa::params
void get_param(const T &, json &j)
Get the first argument as a JSON object j.
Definition json.cpp:256
void get_param_default(const T &t, json &j)
Definition json.tpp:149
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:252