Stan  2.10.0
probability, sampling & optimization
arg_xhmc.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_XHMC_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_XHMC_HPP
3 
7 
8 namespace stan {
9  namespace services {
10 
12  public:
14  _name = "xhmc";
15  _description = "Exhaustive Hamiltonian Monte Carlo";
16 
17  _subarguments.push_back(new arg_max_depth());
18  _subarguments.push_back(new arg_x_delta());
19  }
20  };
21 
22  } // services
23 } // stan
24 
25 #endif
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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