Open
Description
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:
- add
getparams
andsetparams!!
implementation inAdvacnedHMC
andAdvancedMH
- alias
HMC(...; adtype)
in Turing asexternalsampler(AdvancedHMC.hmc(...); adtype)