PyGRB icon indicating copy to clipboard operation
PyGRB copied to clipboard

UltraNest support

Open JohannesBuchner opened this issue 3 years ago • 1 comments

Would you be interested to add support for https://johannesbuchner.github.io/UltraNest/ ? The interface should be very similar to pymultinest.

UltraNest is a very reliable tuning-parameter-free algorithm. I have published some examples where the UltraNest algorithm is unbiased while multinest's algorithm (implemented in pymultinest,nestle,dynesty) gives a different answer. UltraNest is a pure-python package and very easy to install with pip or conda.

UltraNest also supports resuming from disk and MPI parallelisation, if that is useful to you.

Perhaps this is already possible for you through bilby.

JohannesBuchner avatar Feb 11 '21 11:02 JohannesBuchner