tensorflow / probability

Probabilistic reasoning and statistical analysis in TensorFlow
https://www.tensorflow.org/probability/
Apache License 2.0
4.25k stars 1.1k forks source link

Adaptive Metropolis #1749

Open Qiustander opened 1 year ago

Qiustander commented 1 year ago

Hi everyone, I found that the adaptive MCMC in tfp.MCMC is for HMC, is there any resource for Metropolis? For example, the traditional one that updates a running covariance?