-
Notifications
You must be signed in to change notification settings - Fork 30
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
Hmc proposed sample handling refactor #468
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #468 +/- ##
==========================================
+ Coverage 49.63% 50.08% +0.45%
==========================================
Files 121 122 +1
Lines 5815 5872 +57
==========================================
+ Hits 2886 2941 +55
- Misses 2929 2931 +2 ☔ View full report in Codecov by Sentry. |
Actually, let's leave it as it is, so we can keep the history. |
Looks good to me, just have to figure out the test failures. |
… error in mcmc_stepgit add -A ()
0b5e29f
to
68565f2
Compare
This adds a modified version of the function
transition()
from AdvancedHMC.jl to make the points that are proposed during the HMC algorithm accessible in BAT.Also refactors
StanHMCTuning()
to work in the transformation based sampling framework.Original Function:
https://github.com/TuringLang/AdvancedHMC.jl/blob/878efce497852dfe0b6918e9de4b825706fa848a/src/trajectory.jl#L674