autoppl
v0.8
A C++ template library for probabilistic programming
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
b
c
d
i
l
m
n
p
s
t
u
v
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
c
d
e
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
a
b
c
d
i
l
m
p
r
s
t
u
v
Related Functions
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Pages
config.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <
autoppl/mcmc/config_base.hpp
>
3
4
namespace
ppl
{
5
6
struct
MHConfig
:
ConfigBase
7
{
8
double
sigma
= 1.0;
9
double
alpha
= 0.25;
10
};
11
12
}
// namespace ppl
ppl::ConfigBase
Definition:
config_base.hpp:8
ppl::MHConfig
Definition:
config.hpp:7
ppl::MHConfig::sigma
double sigma
Definition:
config.hpp:8
config_base.hpp
ppl
Definition:
bounded.hpp:11
ppl::MHConfig::alpha
double alpha
Definition:
config.hpp:9
include
autoppl
mcmc
mh
config.hpp
Generated by
1.8.20