Stan  2.10.0
probability, sampling & optimization
arg_lbfgs.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_LBFGS_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_LBFGS_HPP
3 
6 
7 namespace stan {
8  namespace services {
9 
10  class arg_lbfgs: public arg_bfgs {
11  public:
13  _name = "lbfgs";
14  _description = "LBFGS with linesearch";
15 
16  _subarguments.push_back(new arg_history_size());
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.