arm61 / uravu

A straightforward Bayesian data fitting library
https://uravu.readthedocs.io/
MIT License
25 stars 4 forks source link

UltraNest support #28

Open JohannesBuchner opened 3 years ago

JohannesBuchner commented 3 years ago

Would you be interested to add support for https://johannesbuchner.github.io/UltraNest/ ? The interface should be very similar to dynesty. UltraNest is a very reliable tuning-parameter-free algorithm. It can be faster than dynesty, especially if you take advantage of vectorization. It also supports resuming from disk and MPI parallelisation, if that is useful to you.

arm61 commented 3 years ago

Hey @JohannesBuchner, I had it on my radar to implement UltraNest support (it is in my OmniFocus list). I wanted to wait for the JOSS review to complete.

arm61 commented 3 years ago

I will keep this issue open as a reminder for myself.

arm61 commented 2 years ago

At the same time, should consider including zeus (https://zeus-mcmc.readthedocs.io/en/latest/)