pints
pints copied to clipboard
Integrate Slice Sampling: Hyperrectangles-based Methods.
See #772
Includes:
- Hyperrectangles-based methods for Slice Sampling: Adaptive and Non-Adaptive. Both methods are in pints/pints/_mcmc/_slice_hyperrectangles.py.
- Tests for Hyperrectangles-based methods.
- Notebooks for Hyperrectangles-based methods.
Codecov Report
Merging #895 into master will not change coverage. The diff coverage is
100%.
@@ Coverage Diff @@
## master #895 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 55 56 +1
Lines 5673 5772 +99
=====================================
+ Hits 5673 5772 +99
| Impacted Files | Coverage Δ | |
|---|---|---|
| pints/_mcmc/_slice_hyperrectangles.py | 100% <100%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 06e64cc...e43c4f9. Read the comment docs.
Hey @lorcandelaney ! For these and other PRs, please check how your docstrings render, and if you're using the correct syntax (:math:`1 + x` for maths, ``1 + x`` for code) everywhere!
See CONTRIBUTING.md for instructions on locally building and inspecting the docs