Probability: Replica Exchange Monte Carlo

Created on 22 Mar 2018  路  2Comments  路  Source: tensorflow/probability

Hi.

I implemented Replica Exchange Monte Carlo method for edward, recently.
(https://github.com/blei-lab/edward/pull/865)
I also want to implement this method for this repository.

Can I contribute for this project if I implement it?

Thanks.

enhancement

Most helpful comment

BTW this can be close now.

All 2 comments

Hi YoshikawaMasashi. We'd love to have your contribution!

Ideally it'd be possible to implement the low-level MCMC algorithm as a tfp.mcmc.TransitionKernel. Then, working with Dustin, you could consider using this low-level code in Edward2.

In a matter of days we'll be adding RandomWalkMetropolis so this may serve as a nice example in addition to HMC. (But feel free to begin your implementation whenever you like.)

BTW this can be close now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dionman picture dionman  路  5Comments

yuanqing-wang picture yuanqing-wang  路  6Comments

nbro picture nbro  路  3Comments

sharanry picture sharanry  路  5Comments

Hoeze picture Hoeze  路  3Comments