1 #ifndef __STAN__MCMC__ADAPTIVE_SAMPLER_HPP__
2 #define __STAN__MCMC__ADAPTIVE_SAMPLER_HPP__
41 std::ostream* error_msgs = 0,
42 std::ostream* output_msgs = 0)
106 virtual void set_params(
const std::vector<double>& x,
107 const std::vector<int>& z) = 0;