# SamplerMCMC ### This is MCMC sampler This is rather a simple sampler. It uses elements taken from other samplers. The key point of this one is that it can/should be run in a form of several chains, some proposals use all chains to navigate through parameter space. The main aim is not only sample the posterior but also make an efficient search/burn in ### Missing parts Need to be implemented: Temperatures/annealing. multimodal proposal. ### Submodules Note that I am trying to use submodules - please use: `git submodule init` `git submodule update` to populate it ### Documentation Documentation is available [here](https://stas.pages.in2p3.fr/samplermcmc)