![]() |
Fleet
0.0.9
Inference in the LOT
|
A ChainPool stores a bunch of MCMCChains and allows you to run them serially or in parallel. NOTE: When you use a ChainPool, the results will not be reproducible with seed because timing determines when you switch chains. More...
#include <thread>
#include <vector>
#include "Errors.h"
#include "MCMCChain.h"
#include "Timing.h"
#include "ThreadedInferenceInterface.h"
#include "OrderedLock.h"
Go to the source code of this file.
Classes | |
class | ChainPool< HYP, Chain_t > |