pymc-devs / nuts-rs

A implementation of NUTS in rust
MIT License
57 stars 3 forks source link

Move multithreaded sampling from nutpie repo, trace preview and some small improvements #20

Closed aseyboldt closed 6 months ago

aseyboldt commented 6 months ago

The nutpie repo had quite a bit of code to control the sampling threads. This PR moves this to the nuts-rs repo, as it has nothing to do with the python wrapper.

In addition, this also adds a few features: