Remove hmc.jl
and mh.jl
in light of upstreamed "getparams" into AbstractMCMC
#2367
Open
1 of 2 tasks
After the merging of TuringLang/AbstractMCMC.jl#86. We can start removing HMC and MH samplers to using
ExternalSampler
interface.This would involve following steps:
getparams
andsetparams!!
implementation inAdvacnedHMC
andAdvancedMH
HMC(...; adtype)
in Turing asexternalsampler(AdvancedHMC.hmc(...); adtype)
The text was updated successfully, but these errors were encountered: