Stan  2.10.0
probability, sampling & optimization
arg_sample_algo.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_SAMPLE_ALGO_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_SAMPLE_ALGO_HPP
3 
7 
8 namespace stan {
9  namespace services {
10 
12  public:
14  _name = "algorithm";
15  _description = "Sampling algorithm";
16 
17  _values.push_back(new arg_hmc());
18  _values.push_back(new arg_fixed_param());
19 
20  _default_cursor = 0;
22  }
23  };
24 
25  } // services
26 } // stan
27 
28 #endif
29 
std::vector< argument * > _values
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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