alpaqa
develop
Nonconvex constrained optimization
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
w
Variables
Typedefs
a
c
d
e
f
i
l
m
p
r
s
t
u
v
Enumerations
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
û
ŷ
α
γ
δ
ε
ζ
λ
ν
ρ
σ
τ
φ
ψ
ϵ
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
û
α
ρ
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
ŷ
α
γ
δ
ε
ζ
λ
ν
ρ
σ
τ
φ
ψ
ϵ
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
a
f
i
s
u
Related Symbols
Files
File List
File Members
All
a
b
c
d
e
f
g
l
m
p
r
s
t
u
w
Functions
a
c
d
e
f
g
l
m
p
r
s
t
w
Variables
Typedefs
Enumerations
Enumerator
Macros
a
b
c
e
p
u
Examples
Sphinx
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
src
interop
lbfgsb
src
lbfgsb-params.cpp
Go to the documentation of this file.
1
#include <
alpaqa/implementation/params/params.tpp
>
2
#include <
alpaqa/lbfgsb/lbfgsb-adapter.hpp
>
3
4
namespace
alpaqa::params
{
5
6
#include <
alpaqa/lbfgsb/lbfgsb-structs.ipp
>
7
8
template
<>
9
void
LBFGSB_ADAPTER_EXPORT
set_param
(
lbfgsb::LBFGSBSolver::Params
&t,
10
ParamString
s) {
11
set_param_default
(t, s);
12
}
9
void
LBFGSB_ADAPTER_EXPORT
set_param
(
lbfgsb::LBFGSBSolver::Params
&t, {
…
}
13
14
}
// namespace alpaqa::params
alpaqa::lbfgsb::LBFGSBParams
Tuning parameters for the L-BFGS-B solver LBFGSBSolver.
Definition
lbfgsb-adapter.hpp:18
lbfgsb-structs.ipp
lbfgsb-adapter.hpp
alpaqa::params
Definition
json.tpp:12
alpaqa::params::set_param_default
void set_param_default(T &t, const json &j)
Definition
json.tpp:114
alpaqa::params::set_param
void set_param(T &, const json &j)
Update/overwrite the first argument based on the JSON object j.
Definition
json.cpp:249
alpaqa::params::ParamString
Represents a parameter value encoded as a string in the format abc.def.key=value.
Definition
params.hpp:16
alpaqa::inf
constexpr const auto inf
Definition
config.hpp:112
params.tpp
Generated on Tue Dec 17 2024 for alpaqa by
1.9.8