Open
Description
The Hamiltonian MCMC kernel tfp.mcmc.HamiltonianMonteCarlo
has a very handy step_size_update_fn
. I think it would be useful to have something similar for the number of leapfrog steps as well. Very often I found myself tweaking this parameter by hand, and if there was a possibility to set it even just to Floor[1/step_size]
it would be very useful.