alpaqa
1.0.0a10
Nonconvex constrained optimization
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
i
m
n
o
p
r
s
t
u
w
Variables
Typedefs
c
d
f
i
l
m
p
r
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
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
h
i
l
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
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
Typedefs
Macros
a
c
e
p
u
Examples
•
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
PARAMS_TABLE
(
lbfgsb::LBFGSBSolver::Params
,
//
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
16
template
void
LBFGSB_ADAPTER_EXPORT
set_param
(
lbfgsb::LBFGSBSolver::Params
&,
17
ParamString
);
18
19
}
// namespace alpaqa::params
alpaqa::lbfgsb::LBFGSBSolver::Params
LBFGSBParams Params
Definition:
lbfgsb-adapter.hpp:46
lbfgsb-adapter.hpp
alpaqa::lbfgsb::LBFGSBParams
Definition:
lbfgsb-adapter.hpp:16
alpaqa::params
Definition:
params.tpp:17
alpaqa::params::set_param
void set_param(bool &b, ParamString s)
Definition:
params.cpp:26
alpaqa::params::ParamString
Represents a parameter value encoded as a string in the format abc.def.key=value.
Definition:
params.hpp:16
params.tpp
PARAMS_MEMBER
#define PARAMS_MEMBER(name)
Helper macro to easily initialize a alpaqa::params::dict_to_struct_table_t.
Definition:
params.tpp:137
PARAMS_TABLE
#define PARAMS_TABLE(type_,...)
Helper macro to easily specialize alpaqa::params::dict_to_struct_table.
Definition:
params.tpp:128
Generated by
1.9.6