Closed kazewong closed 7 months ago
Mentioned in #141, the random_key_set variable in flowMC is probably an anti-pattern. It introduce unnecessary complication in initializing the sampler.
random_key_set
Would be nice to remove this, and follow jax.random.PRNGKey practice closer.
jax.random.PRNGKey
Mentioned in #141, the
random_key_set
variable in flowMC is probably an anti-pattern. It introduce unnecessary complication in initializing the sampler.Would be nice to remove this, and follow
jax.random.PRNGKey
practice closer.