Turing.jl
Turing.jl copied to clipboard
Remove `hmc.jl` and `mh.jl` in light of upstreamed "getparams" into AbstractMCMC
After the merging of https://github.com/TuringLang/AbstractMCMC.jl/pull/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)