You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [WIP] Robust U-turn check
Following the recent discussion on the Stan side: stan-dev/stan#2800
For experiment, do not merge.
* typo fix
* bug fix
* Additional U turn check only when depth > 1 (to avoid redundant work).
* further logic to reduce redundant U Turn check.
* bug fix
fix error in recording the end point of the reversed subtree
* [WIP] Robust U-turn check
Following the recent discussion on the Stan side: stan-dev/stan#2800
For experiment, do not merge.
* typo fix
* bug fix
* Additional U turn check only when depth > 1 (to avoid redundant work).
* further logic to reduce redundant U Turn check.
* bug fix
fix error in recording the end point of the reversed subtree
* Add release note.
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## PyMC3 3.8 (on deck)
4
4
5
5
### New features
6
+
- Implemented robust u turn check in NUTS (similar to stan-dev/stan#2800). See PR [#3605]
6
7
- Add capabilities to do inference on parameters in a differential equation with `DifferentialEquation`. See [#3590](https://github.com/pymc-devs/pymc3/pull/3590).
7
8
- Distinguish between `Data` and `Deterministic` variables when graphing models with graphviz. PR [#3491](https://github.com/pymc-devs/pymc3/pull/3491).
8
9
- Sequential Monte Carlo - Approximate Bayesian Computation step method is now available. The implementation is in an experimental stage and will be further improved.
0 commit comments