KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Multi_step_sampler< Model > Member List

This is the complete list of members for Multi_step_sampler< Model >, including all inherited members.

Abstract_sampler(const Model &initial_state, double initial_log_target)Abstract_sampler< Model >inline
add_record_callback(Callback cb)Abstract_sampler< Model >inline
add_recorder(Recorder r)Abstract_sampler< Model >inline
add_recorder(Recorder *r)Abstract_sampler< Model >inline
add_step(const StepType &step, double prob, const std::string &name="")Multi_step_sampler< Model >inline
add_step(StepType *step, double prob, const std::string &name="")Multi_step_sampler< Model >inline
add_step(const boost::shared_ptr< StepType > &step, double prob, const std::string &name="")Multi_step_sampler< Model >inline
BOOST_CONCEPT_ASSERT((BaseModel< Model >))Multi_step_sampler< Model >
choose_step() const Multi_step_sampler< Model >inlineprotectedvirtual
current_log_target() const Abstract_sampler< Model >inline
current_state()Abstract_sampler< Model >inline
current_state() const Abstract_sampler< Model >inline
get_recorder(size_t i) const Abstract_sampler< Model >inline
get_step(size_t i) const Multi_step_sampler< Model >inline
if_accept(const Callback &cb)Abstract_sampler< Model >inline
if_reject(const Callback &cb)Abstract_sampler< Model >inline
Model_type typedefAbstract_sampler< Model >
Multi_step_sampler(const Model &initial_state, double initial_log_target)Multi_step_sampler< Model >inline
Multi_step_sampler(const StepType &st, const Model &initial_state, double initial_log_target)Multi_step_sampler< Model >inline
Multi_step_sampler(const std::vector< Step > &step_list, const std::vector< double > &prob_list, const Model &initial_state, double initial_log_target)Multi_step_sampler< Model >inline
on_accept(const Callback &cb)Abstract_sampler< Model >inline
on_reject(const Callback &cb)Abstract_sampler< Model >inline
Parent typedefMulti_step_sampler< Model >
run(int num_iterations)Abstract_sampler< Model >virtual
Step typedefMulti_step_sampler< Model >