jvines / astroARIADNE

Easy stellar SED fitting!
MIT License
57 stars 7 forks source link

UltraNest support #19

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 and pymultinest.

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.

jvines commented 3 years ago

Hi!

This certainly looks interesting! I don't have much time at hand, but I'll take a look at it :)

One quick question regarding speed vs dynesty, is it faster when not parallelized vs dynesty parallelized?

JohannesBuchner commented 3 years ago

Possibly, but that depends on many factors.