Skip to content

Commit

Permalink
Updated link
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Jan 4, 2024
1 parent 688bf66 commit ee8c9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
===
Markov chain Monte Carlo sampling using the _Independence Metropolis-Hastings_ algorithm with uniform transition kernel.

[![Crates.io](https://img.shields.io/crates/v/mcmc?style=flat-square&logo=rust)](https://crates.io/crates/mcmc)
[![docs.rs](https://img.shields.io/badge/docs.rs-mcmc-blue?style=flat-square&logo=docs.rs)](https://docs.rs/mcmc)
[![Crates.io](https://img.shields.io/crates/v/metromc?style=flat-square&logo=rust)](https://crates.io/crates/metromc)
[![docs.rs](https://img.shields.io/badge/docs.rs-metromc-blue?style=flat-square&logo=docs.rs)](https://docs.rs/metromc)
[![Build Status](https://img.shields.io/github/actions/workflow/status/obsidiandynamics/mcmc/master.yml?branch=master&style=flat-square&logo=github)](https://github.com/obsidiandynamics/mcmc/actions/workflows/master.yml)

Uses the [tinyrand](https://github.com/obsidiandynamics/tinyrand) RNG to sample at rate of ~50M samples/sec.
Expand Down

0 comments on commit ee8c9c4

Please sign in to comment.