hops
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Variables
Typedefs
b
d
e
f
m
o
p
r
s
u
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
z
~
Variables
_
a
b
c
d
e
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
c
e
f
h
i
m
r
s
t
u
v
Enumerations
Enumerator
Related Functions
:
a
c
d
f
h
n
o
r
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Functions
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
w
Variables
Typedefs
c
d
f
n
p
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
hops
MarkovChain
MarkovChainAttribute.hpp
Go to the documentation of this file.
1
#ifndef HOPS_MARKOVCHAINATTRIBUTE_HPP
2
#define HOPS_MARKOVCHAINATTRIBUTE_HPP
3
4
namespace
hops
{
5
enum class
MarkovChainAttribute
{
6
FISHER_WEIGHT
,
7
PARALLEL_TEMPERING_COLDNESS
,
8
PARALLEL_TEMPERING_EXCHANGE_PROBABILITY
,
9
PREVIOUS_STEP_ACCEPTANCE_PROBABILITY
,
10
STEP_SIZE
,
11
};
12
}
13
14
#endif //HOPS_MARKOVCHAINATTRIBUTE_HPP
hops::MarkovChainAttribute::PREVIOUS_STEP_ACCEPTANCE_PROBABILITY
@ PREVIOUS_STEP_ACCEPTANCE_PROBABILITY
hops::MarkovChainAttribute::FISHER_WEIGHT
@ FISHER_WEIGHT
hops::MarkovChainAttribute::PARALLEL_TEMPERING_EXCHANGE_PROBABILITY
@ PARALLEL_TEMPERING_EXCHANGE_PROBABILITY
hops
Definition:
CsvReader.hpp:8
hops::MarkovChainAttribute::PARALLEL_TEMPERING_COLDNESS
@ PARALLEL_TEMPERING_COLDNESS
hops::MarkovChainAttribute
MarkovChainAttribute
Definition:
MarkovChainAttribute.hpp:5
hops::MarkovChainAttribute::STEP_SIZE
@ STEP_SIZE
Generated by
1.8.17