Hi team,
I was looking for the samplers in the amazing ODE in PyMC notebook and wanted to check for Hamiltonian or NUT Sampler in these type of models.
However, when changing the step
parameter to step=[pm.HamiltonianMC(vars_list)]
or step=[pm.NUTS(vars_list)]
in the sample
function, a NotImplementedError
gets raised
Is there another way to do HMC or NUTS on these models? Are there plans to implement the samplers for ODEs? Thank you in advance!