Stan  2.10.0
probability, sampling & optimization
arg_nuts.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_NUTS_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_NUTS_HPP
3 
6 
7 namespace stan {
8  namespace services {
9 
11  public:
13  _name = "nuts";
14  _description = "The No-U-Turn Sampler";
15 
16  _subarguments.push_back(new arg_max_depth());
17  }
18  };
19 
20  } // services
21 } // stan
22 
23 #endif
24 
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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