TuringLang / MCMCTempering.jl

Implementations of parallel tempering algorithms to augment samplers with tempering capabilities
https://turinglang.org/MCMCTempering.jl/
MIT License
29 stars 3 forks source link

Implementing and correcting the base set of swap strategies, plus wrapping swap moves as part of steps #143

Closed HarrisonWilde closed 1 year ago

HarrisonWilde commented 1 year ago

Contributions:

Pending TODO:

torfjelde commented 1 year ago

Merged the swap move part of a step with the step itself:

I'm confused; where is this happening? I'll have a closer look later; might have just missed it on the first viewing.

HarrisonWilde commented 1 year ago

LGTM! Just need to make sure tests are passing. You all good locally? I'll set up Github actions with CI in a PR now.

All passing on my end other than the final MH one for the Turing model