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

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