Closed YoshikawaMasashi closed 6 years ago
Hi!
I added not only unit tests of ReplicaExchangeMC but also those of other MC.
ReplicaExchangeMC
When I inplemented linear regression test in ed.Gibbs, an error occurs (As mentioned in https://discourse.edwardlib.org/t/any-tutorials-on-mcmc/179). I don't commit the test for now, Because It might be the correct behavior.
ed.Gibbs
And, I found that an error occurs when I use a list for latent_vars of ed.Gibbs. Also, I found that ed.Gibbs and ed.complete_conditional can't be used with tf.float64. So I fixed these.
latent_vars
ed.complete_conditional
tf.float64
Thanks.
LGTM. Thanks for the tests (and fix)!
Hi!
I added not only unit tests of
ReplicaExchangeMC
but also those of other MC.When I inplemented linear regression test in
ed.Gibbs
, an error occurs (As mentioned in https://discourse.edwardlib.org/t/any-tutorials-on-mcmc/179). I don't commit the test for now, Because It might be the correct behavior.And, I found that an error occurs when I use a list for
latent_vars
ofed.Gibbs
. Also, I found thated.Gibbs
anded.complete_conditional
can't be used withtf.float64
. So I fixed these.Thanks.