Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
arg_sample_algo.hpp
Go to the documentation of this file.
1 #ifndef STAN__GM__ARGUMENTS__SAMPLE__ALGO__HPP
2 #define STAN__GM__ARGUMENTS__SAMPLE__ALGO__HPP
3 
5 
8 
9 namespace stan {
10 
11  namespace gm {
12 
14 
15  public:
16 
18 
19  _name = "algorithm";
20  _description = "Sampling algorithm";
21 
22  _values.push_back(new arg_hmc());
23  _values.push_back(new arg_fixed_param());
24 
25  _default_cursor = 0;
27 
28  }
29 
30  };
31 
32  } // gm
33 
34 } // stan
35 
36 #endif
37 
std::vector< argument * > _values
std::string _name
Definition: argument.hpp:76
std::string _description
Definition: argument.hpp:77

     [ Stan Home Page ] © 2011–2014, Stan Development Team.