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

A FiniteHistory stores the previous N examples of something of type T. This is used e.g. in MCMC in order to count the acceptance ratio on the previous N samples. More...

#include <mutex>
#include <pthread.h>
#include "OrderedLock.h"
Include dependency graph for FiniteHistory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FiniteHistory< T >
 

Detailed Description

A FiniteHistory stores the previous N examples of something of type T. This is used e.g. in MCMC in order to count the acceptance ratio on the previous N samples.