Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 439 Bytes

metropolis

An implementation of MCMC (Markov Chain Monte Carlo) algorithms in Rust

Installation

Just clone the depo or add the Git URL to your Cargo.toml and you're good to go!

C FFI

The build script generates a C++ header that can be used to integrate this library within C++ code.

Python API

The pylib directory contains Python bindings generated with PyO3.