Large Scale MCMC Library¶
A lightweight, modular library developed for large-scale Markov Chain Monte Carlo. In particular, it implements algorithms that are infinite-dimensionally consistent to ensure discretization independent acceptance probabilities. The library is lightweight in the sense, that it tries to keep the overhead for the user as small as possible and relies heavily on modularization, so extensions can be easily implemented. It focuses on large-scale problems by supporting disk-based storage and reusing computed results as much as possible. It is most likely not the fastest MCMC library out there, but it is quick to use and supports most features that are essential for MCMC on function spaces.
Key Features¶
pCN and MALA support
On-Disk sample storage
Graceful exit on errors
Markov-Chain-Monte-Carlo Methods aim to sample from an unknown probability measure \(\mu\) that is known up to a normalization constant. We assume the density is known w.r.t. a reference Gaussian measure \(\mu_0 = N(0, C)\), i.e.
In this case the user only needs to supply the covariance operator of the reference measure \(C\) and the potential function \(\Phi\).
Installation and Development¶
Releases of this version can be downloaded from pip directly:
This library relies on uv for packaging. To install a development environment, clone the Github repository and run
in the projects root folder.
Documentation¶
Usage¶
The usage section describes a basic setup for sampling from a distribution, configuring logging output, disk-storage and restarting of chains.
API Reference¶
The API reference contains documentation for all parts of the library.
Examples¶
Other examples can be found here.
Acknowledgement and License¶
This package is developed by the Uncertainty Quantification Research Group at KIT. It is distributed under the MIT License.