joshspeagle / dynesty

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

Random walk rewrite #319

Closed segasai closed 3 years ago

segasai commented 3 years ago

Rewrite the random walk/stagger logic Separate the uniform ball sampling from random walks. Also update the slice sampling scaling following paper recommendations This depends on #316 merged

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1173932017


Changes Missing Coverage Covered Lines Changed/Added Lines %
py/dynesty/bounding.py 24 26 92.31%
py/dynesty/plotting.py 1 3 33.33%
py/dynesty/sampling.py 59 64 92.19%
<!-- Total: 87 96 90.63% -->
Files with Coverage Reduction New Missed Lines %
py/dynesty/utils.py 3 85.74%
py/dynesty/nestedsamplers.py 5 88.29%
py/dynesty/sampling.py 26 91.97%
<!-- Total: 34 -->
Totals Coverage Status
Change from base Build 1161270965: 0.3%
Covered Lines: 3423
Relevant Lines: 4198

💛 - Coveralls