Tomographer  v5.4
Tomographer C++ Framework Documentation
mhrwacceptratiowalkerparamscontroller.h File Reference

(v5.4)

Tools for automatically and dynamically adjusting the step size of the random walk. More...

#include <cstddef>
#include <cmath>
#include <cstdlib>
#include <algorithm>
#include <limits>
#include <random>
#include <iomanip>
#include <tomographer/tools/loggers.h>
#include <tomographer/tools/fmt.h>
#include <tomographer/tools/cxxutil.h>
#include <tomographer/tools/needownoperatornew.h>
#include <tomographer/mhrw.h>
#include <tomographer/mhrwstatscollectors.h>
+ Include dependency graph for mhrwacceptratiowalkerparamscontroller.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Tomographer::MHRWAcceptRatioWalkerParamsController< MHRWAcceptanceRatioBasedParamsAdjusterType_, MHRWMovingAverageAcceptanceRatioStatsCollectorType_, BaseLoggerType_, IterCountIntType_ >
 Basic functionality for a MHRWController Interface to adjust MHWalkerParams based on keeping the acceptance ratio within a required range. More...
 

Namespaces

 Tomographer
 Base namespace for the Tomographer project.
 
 Tomographer::MHRWAcceptRatioWalkerParamsControllerDefaults
 Default parameters for MHRWAcceptRatioWalkerParamsController.
 

Detailed Description

Tools for automatically and dynamically adjusting the step size of the random walk.

See Tomographer::MHRWAcceptRatioWalkerParamsController

Definition in file mhrwacceptratiowalkerparamscontroller.h.