File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11name = " AdvancedHMC"
22uuid = " 0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
3- version = " 0.8.2 "
3+ version = " 0.8.3 "
44
55[deps ]
66AbstractMCMC = " 80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -32,7 +32,7 @@ AdvancedHMCOrdinaryDiffEqExt = "OrdinaryDiffEq"
3232
3333[compat ]
3434ADTypes = " 1"
35- AbstractMCMC = " 5.6 "
35+ AbstractMCMC = " 5.9 "
3636ArgCheck = " 1, 2"
3737CUDA = " 3, 4, 5"
3838ComponentArrays = " 0.15"
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ getintegrator(state::HMCState) = state.κ.τ.integrator
3333function AbstractMCMC. getparams (state:: HMCState )
3434 return state. transition. z. θ
3535end
36+ AbstractMCMC. getstats (state:: AdvancedHMC.HMCState ) = state. transition. stat
3637
3738function AbstractMCMC. setparams!! (
3839 model:: AbstractMCMC.LogDensityModel , state:: HMCState , params
You can’t perform that action at this time.
0 commit comments