Tomographer
v5.4
Tomographer C++ Framework Documentation
|
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>
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. | |
Tools for automatically and dynamically adjusting the step size of the random walk.
See Tomographer::MHRWAcceptRatioWalkerParamsController
Definition in file mhrwacceptratiowalkerparamscontroller.h.