paddyhoran / rust-metropolis

Implementation of the Metropolis algorithm in the Rust programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Implementation of the Metropolis algorithm in the Rust programming language


Languages

Language:Rust 84.6%Language:Python 11.8%Language:C++ 3.6%