#include <ExpectedSquaredJumpDistanceTuner.hpp>
|
static bool | tune (std::vector< std::shared_ptr< MarkovChain >> &, std::vector< RandomNumberGenerator > &, param_type &) |
| tunes markov chain acceptance rate by nested intervals. The chain is not guaranteed to have converged to the specified acceptance rate. More...
|
|
static bool | tune (double &, double &, std::vector< std::shared_ptr< MarkovChain >> &, std::vector< RandomNumberGenerator > &, param_type &) |
| tunes markov chain acceptance rate by nested intervals. The chain is not guaranteed to have converged to the specified acceptance rate. More...
|
|
static bool | tune (double &, double &, std::vector< std::shared_ptr< MarkovChain >> &, std::vector< RandomNumberGenerator > &, param_type &, Eigen::MatrixXd &data, Eigen::MatrixXd &posterior) |
| tunes markov chain acceptance rate by nested intervals. The chain is not guaranteed to have converged to the specified acceptance rate. More...
|
|
◆ ExpectedSquaredJumpDistanceTuner()
hops::ExpectedSquaredJumpDistanceTuner::ExpectedSquaredJumpDistanceTuner |
( |
| ) |
|
|
delete |
◆ tune() [1/3]
tunes markov chain acceptance rate by nested intervals. The chain is not guaranteed to have converged to the specified acceptance rate.
Clears Markov chain history.
- Parameters
-
- Returns
- true if markov chain is tuned
◆ tune() [2/3]
static bool hops::ExpectedSquaredJumpDistanceTuner::tune |
( |
double & |
, |
|
|
double & |
, |
|
|
std::vector< std::shared_ptr< MarkovChain >> & |
, |
|
|
std::vector< RandomNumberGenerator > & |
, |
|
|
param_type & |
, |
|
|
Eigen::MatrixXd & |
data, |
|
|
Eigen::MatrixXd & |
posterior |
|
) |
| |
|
static |
tunes markov chain acceptance rate by nested intervals. The chain is not guaranteed to have converged to the specified acceptance rate.
Clears Markov chain history.
- Parameters
-
- Returns
- true if markov chain is tuned
◆ tune() [3/3]
tunes markov chain acceptance rate by nested intervals. The chain is not guaranteed to have converged to the specified acceptance rate.
Clears Markov chain history.
- Parameters
-
- Returns
- true if markov chain is tuned
The documentation for this class was generated from the following file: