Fleet  0.0.9
Inference in the LOT
Classes
ChainPool.h File Reference

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"
Include dependency graph for ChainPool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ChainPool< HYP, Chain_t >
 

Detailed Description

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.