Add parallel tempering #90
rlouf
started this conversation in
New features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Parallel tempering is a meta-algorithm that runs several chains in parallel with different "temperatures" and swaps them regularly. This samples multi-model posteriors better than with a single chain.
The implementation should be generic and take any kernel with signature
kernel(rng_key, state) -> new_state
Beta Was this translation helpful? Give feedback.
All reactions