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
We currently have lots of glue code bridging the gap between sampler packages like AdvancedMH and AdvancedHMC and Turing's implementation of sample. We should be able to remove the vast majority now using the AbstractMCMC interface.
This needs to be done after #2318, which will release us from using all the space Selector stuff, which makes up a lot of the glue code.
We currently have lots of glue code bridging the gap between sampler packages like AdvancedMH and AdvancedHMC and Turing's implementation of
sample
. We should be able to remove the vast majority now using the AbstractMCMC interface.This needs to be done after #2318, which will release us from using all the space
Selector
stuff, which makes up a lot of the glue code.Related issues
hmc.jl
andmh.jl
in light of upstreamed "getparams" into AbstractMCMC #2367The text was updated successfully, but these errors were encountered: