danielapai / bioverse

A simulation framework to assess the statistical power of future biosignature surveys
MIT License
7 stars 5 forks source link

UltraNest support #1

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.