hammer-and-sample

Crates.iohammer-and-sample
lib.rshammer-and-sample
version
sourcesrc
created_at2021-12-21 15:13:20.036551+00
updated_at2025-02-17 10:30:14.463766+00
descriptionSimplistic MCMC ensemble sampler based on emcee, the MCMC hammer
homepage
repositoryhttps://github.com/adamreichold/hammer-and-sample
max_upload_size
id501241
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Adam Reichold (adamreichold)

documentation

https://docs.rs/hammer-and-sample

README

hammer-and-sample

crates.io docs.rs github.com

A simplistic MCMC sampler implementing the affine-invariant ensemble sampling of emcee with serial execution and optionally with parallel execution based on Rayon.

The implementation is relatively efficient, for example computing 1000 iterations of 100 walkers using the hierarchical model from hierarchical.rs takes approximately 1 min using emcee and multiprocessing versus 50 ms using this crate and Rayon, running on 8 hardware threads in both cases.

Commit count: 28

cargo fmt