joshspeagle / dynesty

Dynamic Nested Sampling package for computing Bayesian posteriors and evidences
https://dynesty.readthedocs.io/
MIT License
347 stars 76 forks source link

Add handling of likelihood plateaus? #242

Closed mattpitkin closed 3 years ago

mattpitkin commented 3 years ago

Is anyone planning on implementing the handling of likelihood plateaus suggested in https://arxiv.org/abs/2010.13884? It looks like implementing their Algorithm 2 would be fairly simple and backwards compatible. I can give it a go if it's something that is wanted.

joshspeagle commented 3 years ago

Sorry for the delay in getting back to this. As far as I know, no one is currently planning on implementing this procedure. I think it's straightforward enough in theory (if the acceptance criterion is swapped back to >= instead of >), so if you'd like to tackle adding this in I'd definitely appreciate it!

mattpitkin commented 3 years ago

No problem. Hopefully I'll find some time to give this a go.