Stan
2.5.0
probability, sampling & optimization
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
stan
gm
arguments
arg_rwm.hpp
Go to the documentation of this file.
1
#ifndef STAN__GM__ARGUMENTS__RWM__HPP
2
#define STAN__GM__ARGUMENTS__RWM__HPP
3
4
#include <
stan/gm/arguments/categorical_argument.hpp
>
5
6
namespace
stan {
7
8
namespace
gm {
9
10
class
arg_rwm
:
public
categorical_argument
{
11
12
public
:
13
14
arg_rwm
() {
15
16
_name
=
"rwm"
;
17
_description
=
"Random Walk Metropolis Monte Carlo"
;
18
19
}
20
21
};
22
23
}
// gm
24
25
}
// stan
26
27
#endif
28
stan::gm::arg_rwm::arg_rwm
arg_rwm()
Definition:
arg_rwm.hpp:14
categorical_argument.hpp
stan::gm::categorical_argument
Definition:
categorical_argument.hpp:11
stan::gm::argument::_name
std::string _name
Definition:
argument.hpp:76
stan::gm::arg_rwm
Definition:
arg_rwm.hpp:10
stan::gm::argument::_description
std::string _description
Definition:
argument.hpp:77
[
Stan Home Page
]
© 2011–2014, Stan Development Team.