joshspeagle / dynesty

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

decrease the condition number of bounding ellipsoids #233

Closed segasai closed 3 years ago

segasai commented 3 years ago

Hi,

In my tests (I'm running fits of tens of thousands fits), I still managed to hit an occasional 'can't construct the ellipse bounding points' error, so I've lowered the threshold condition number when trying to improve the matrix to 1e12 (i.e. 1e6 axis ratio). That seemed to have solved it for me.

I hope that won't need more changing...

S