joshspeagle / dynesty

Dynamic Nested Sampling package for computing Bayesian posteriors and evidences
https://dynesty.readthedocs.io/
MIT License
347 stars 76 forks source link

Implementing NUTS sampler #411

Open segasai opened 1 year ago

segasai commented 1 year ago

I'm thinking about implementing NUTS sampler in dynesty instead of hslice (or in addition) https://arxiv.org/abs/1111.4246 as the existing hslice code is very slow and a bit obscure.

As far as I can see the mass matrix can be set based on the bounding ellipsoids and the step size can be adjusted in the same way the scaling is done to 'scale' of rwalk/rslice.

This issue is just to start the discussion/not to forget.