You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi -- I think that the MCMC module might be reusing a random key at some point. I detected this while checking my own code with the optional JAX feature jax_debug_key_reuse turned on. At least NUTS and BarkerMH suffer from this. Example:
Hi -- I think that the MCMC module might be reusing a random key at some point. I detected this while checking my own code with the optional JAX feature
jax_debug_key_reuse
turned on. At leastNUTS
andBarkerMH
suffer from this. Example:This raises a
KeyReuseError
The text was updated successfully, but these errors were encountered: