alpaqa
1.0.0a13
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
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
Variables
Typedefs
c
d
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
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
a
f
i
s
u
Related Symbols
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
Variables
Typedefs
Enumerations
Enumerator
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
qpalm
src
qpalm-params.cpp
Go to the documentation of this file.
1
#include <
alpaqa/implementation/params/params.tpp
>
2
#include <
alpaqa/qpalm/qpalm-adapter.hpp
>
3
4
namespace
alpaqa::params
{
5
6
PARAMS_TABLE
(qpalm::Settings,
//
7
PARAMS_MEMBER
(max_iter),
//
8
PARAMS_MEMBER
(
inner_max_iter
),
//
9
PARAMS_MEMBER
(
eps_abs
),
//
10
PARAMS_MEMBER
(
eps_rel
),
//
11
PARAMS_MEMBER
(
eps_abs_in
),
//
12
PARAMS_MEMBER
(
eps_rel_in
),
//
13
PARAMS_MEMBER
(rho),
//
14
PARAMS_MEMBER
(
eps_prim_inf
),
//
15
PARAMS_MEMBER
(
eps_dual_inf
),
//
16
PARAMS_MEMBER
(
theta
),
//
17
PARAMS_MEMBER
(delta),
//
18
PARAMS_MEMBER
(
sigma_max
),
//
19
PARAMS_MEMBER
(
sigma_init
),
//
20
PARAMS_MEMBER
(
proximal
),
//
21
PARAMS_MEMBER
(
gamma_init
),
//
22
PARAMS_MEMBER
(
gamma_upd
),
//
23
PARAMS_MEMBER
(
gamma_max
),
//
24
PARAMS_MEMBER
(
scaling
),
//
25
PARAMS_MEMBER
(
nonconvex
),
//
26
PARAMS_MEMBER
(
verbose
),
//
27
PARAMS_MEMBER
(
print_iter
),
//
28
PARAMS_MEMBER
(
warm_start
),
//
29
PARAMS_MEMBER
(
reset_newton_iter
),
//
30
PARAMS_MEMBER
(
enable_dual_termination
),
//
31
PARAMS_MEMBER
(
dual_objective_limit
),
//
32
PARAMS_MEMBER
(
time_limit
),
//
33
PARAMS_MEMBER
(
ordering
),
//
34
PARAMS_MEMBER
(
factorization_method
),
//
35
PARAMS_MEMBER
(
max_rank_update
),
//
36
PARAMS_MEMBER
(
max_rank_update_fraction
),
//
37
);
38
39
template
void
QPALM_ADAPTER_EXPORT
set_param
(qpalm::Settings &,
ParamString
);
40
41
}
// namespace alpaqa::params
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
alpaqa::inf
constexpr const auto inf
Definition
config.hpp:85
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
qpalm-adapter.hpp
Generated on Mon Oct 30 2023 for alpaqa by
1.9.8