alfa33333 / GalacticModel_microlensing

Simple implementation for bayesian galactic modeling for microlensing.
MIT License
1 stars 1 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.

alfa33333 commented 3 years ago

Hi Johaness,

Yes, I would be interested. I still have to add some postprocessing functions, afterwards I could start working on how to add UltraNest.