#include <windowed_adaptation.hpp>
Definition at line 12 of file windowed_adaptation.hpp.
§ windowed_adaptation()
stan::mcmc::windowed_adaptation::windowed_adaptation |
( |
std::string |
name | ) |
|
|
inlineexplicit |
§ adaptation_window()
bool stan::mcmc::windowed_adaptation::adaptation_window |
( |
| ) |
|
|
inline |
§ compute_next_window()
void stan::mcmc::windowed_adaptation::compute_next_window |
( |
| ) |
|
|
inline |
§ end_adaptation_window()
bool stan::mcmc::windowed_adaptation::end_adaptation_window |
( |
| ) |
|
|
inline |
§ restart()
void stan::mcmc::windowed_adaptation::restart |
( |
| ) |
|
|
inlinevirtual |
§ set_window_params()
void stan::mcmc::windowed_adaptation::set_window_params |
( |
unsigned int |
num_warmup, |
|
|
unsigned int |
init_buffer, |
|
|
unsigned int |
term_buffer, |
|
|
unsigned int |
base_window, |
|
|
interface_callbacks::writer::base_writer & |
writer |
|
) |
| |
|
inline |
§ adapt_base_window_
unsigned int stan::mcmc::windowed_adaptation::adapt_base_window_ |
|
protected |
§ adapt_init_buffer_
unsigned int stan::mcmc::windowed_adaptation::adapt_init_buffer_ |
|
protected |
§ adapt_next_window_
unsigned int stan::mcmc::windowed_adaptation::adapt_next_window_ |
|
protected |
§ adapt_term_buffer_
unsigned int stan::mcmc::windowed_adaptation::adapt_term_buffer_ |
|
protected |
§ adapt_window_counter_
unsigned int stan::mcmc::windowed_adaptation::adapt_window_counter_ |
|
protected |
§ adapt_window_size_
unsigned int stan::mcmc::windowed_adaptation::adapt_window_size_ |
|
protected |
§ estimator_name_
std::string stan::mcmc::windowed_adaptation::estimator_name_ |
|
protected |
§ num_warmup_
unsigned int stan::mcmc::windowed_adaptation::num_warmup_ |
|
protected |
The documentation for this class was generated from the following file: