Tomographer
v1.0a
Tomographer C++ Framework Documentation
|
Multiprocessing tasks interface (see Task Manager/Dispatcher Interfaces) for parallel Metropolis-Hastings random walks. More...
#include <string>
#include <limits>
#include <random>
#include <tomographer/tools/fmt.h>
#include <tomographer/mhrw.h>
#include <tomographer/multiproc.h>
Go to the source code of this file.
Classes | |
struct | Tomographer::MHRWTasks::CDataBase< CountIntType_, RealType_ > |
Data needed to be accessible to the working code. More... | |
struct | Tomographer::MHRWTasks::MHRandomWalkTaskResult< MHRWStatsCollectorResultType_, CountIntType > |
Result of a task run. More... | |
struct | Tomographer::MHRWTasks::MHRandomWalkTask< MHRandomWalkTaskCData, Rng > |
Random Walk task, collecting statistics. More... | |
struct | Tomographer::MHRWTasks::MHRandomWalkTask< MHRandomWalkTaskCData, Rng >::StatusReport |
Status Report for a MHRandomWalkTask. More... | |
Namespaces | |
Tomographer | |
Base namespace for the Tomographer project. | |
Tomographer::MHRWTasks | |
Definitions for running multiple random walks. | |
Multiprocessing tasks interface (see Task Manager/Dispatcher Interfaces) for parallel Metropolis-Hastings random walks.
Definition in file mhrwtasks.h.