description: Determines if the effective sample size is much less than num_particles.
View source on GitHub |
Determines if the effective sample size is much less than num_particles.
tfp.experimental.mcmc.ess_below_threshold(
weighted_particles, threshold=0.5
)