#include <SimpleExpectedSquaredJumpDistanceTuner.hpp>
|
| static bool | tune (std::vector< std::shared_ptr< MarkovChain >> &, std::vector< RandomNumberGenerator > &, const 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 > &, const param_type &) |
| | tunes markov chain acceptance rate by nested intervals. The chain is not guaranteed to have converged to the specified acceptance rate. More...
|
| |
◆ SimpleExpectedSquaredJumpDistanceTuner()
| hops::SimpleExpectedSquaredJumpDistanceTuner::SimpleExpectedSquaredJumpDistanceTuner |
( |
| ) |
|
|
delete |
◆ tune() [1/2]
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/2]
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: