#include <windowed_adaptation.hpp>
Definition at line 12 of file windowed_adaptation.hpp.
stan::mcmc::windowed_adaptation::windowed_adaptation |
( |
std::string |
name | ) |
|
|
inlineexplicit |
bool stan::mcmc::windowed_adaptation::adaptation_window |
( |
| ) |
|
|
inline |
void stan::mcmc::windowed_adaptation::compute_next_window |
( |
| ) |
|
|
inline |
bool stan::mcmc::windowed_adaptation::end_adaptation_window |
( |
| ) |
|
|
inline |
void stan::mcmc::windowed_adaptation::restart |
( |
| ) |
|
|
inlinevirtual |
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 |
unsigned int stan::mcmc::windowed_adaptation::adapt_base_window_ |
|
protected |
unsigned int stan::mcmc::windowed_adaptation::adapt_init_buffer_ |
|
protected |
unsigned int stan::mcmc::windowed_adaptation::adapt_next_window_ |
|
protected |
unsigned int stan::mcmc::windowed_adaptation::adapt_term_buffer_ |
|
protected |
unsigned int stan::mcmc::windowed_adaptation::adapt_window_counter_ |
|
protected |
unsigned int stan::mcmc::windowed_adaptation::adapt_window_size_ |
|
protected |
std::string stan::mcmc::windowed_adaptation::estimator_name_ |
|
protected |
unsigned int stan::mcmc::windowed_adaptation::num_warmup_ |
|
protected |
The documentation for this class was generated from the following file: