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

This is the complete list of members for Single_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
BOOST_CONCEPT_ASSERT((BaseModel< Model >))Single_step_sampler< Model >
choose_step() const Single_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
if_accept(const Callback &cb)Abstract_sampler< Model >inline
if_reject(const Callback &cb)Abstract_sampler< Model >inline
Model_type typedefAbstract_sampler< Model >
on_accept(const Callback &cb)Abstract_sampler< Model >inline
on_reject(const Callback &cb)Abstract_sampler< Model >inline
Parent typedefSingle_step_sampler< Model >
run(int num_iterations)Abstract_sampler< Model >virtual
Single_step_sampler(const Step &step, const Model &initial_state, double initial_log_target)Single_step_sampler< Model >inline
Step typedefSingle_step_sampler< Model >