Implement adaption for HMC variants

Issue #6 resolved
David Tolpin repo owner created an issue

HMC variants in infer/mcmc.go need step size adaption. Since they are lazy and produce a stream of samples, adaption need not be a part of the algorithm, but can be run externally. Implement adaptation routines in infer/adapt.go.

Comments (4)

  1. Log in to comment