Stan  2.10.0
probability, sampling & optimization
arg_variational_adapt.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_VARIATIONAL_ADAPT_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_VARIATIONAL_ADAPT_HPP
3 
7 
8 namespace stan {
9  namespace services {
10 
12  public:
14  _name = "adapt";
15  _description = "Eta Adaptation for Variational Inference";
16 
19  }
20  };
21 
22  } // services
23 } // stan
24 #endif
25 
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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