-
Notifications
You must be signed in to change notification settings - Fork 230
Use iteration interface of DynamicHMC #1497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1497 +/- ##
==========================================
+ Coverage 68.04% 69.00% +0.96%
==========================================
Files 24 24
Lines 1333 1326 -7
==========================================
+ Hits 907 915 +8
+ Misses 426 411 -15
Continue to review full report at Codecov.
|
Pull Request Test Coverage Report for Build 439939903
💛 - Coveralls |
cpfiffer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I left two comments that are more cosmetic, feel free to address them or not before merge.
torfjelde
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Muy bueno 👍
Co-authored-by: Tor Erlend Fjelde <[email protected]>
This PR replaces #1186. It makes use of the (inofficial) iteration interface of DynamicHMC to exploit more features of AbstractMCMC and enable Gibbs sampling.