Reuben
Reuben
`hoist` looks like it should subsumed by `MMorph`. (I recall problems with this previously but will try again)
Use DerivingVia to avoid repetition of lifting instances in Class.hs.
It occurs to me that we may be able to do something quite nice to marginalize out discrete variables. The use case is something like HMC, where you have a...
Most of the more popular probabilistic programming languages have implementations of variational inference (VI). As such, it's absence in monad-bayes is something of an obstacle to real-world use. A fast...
(Running on ubuntu) Installation works, and `cabal run essence-of-live-coding-tutorial` works as expected, but run I run `ghcid`, I see "unknown command ':livereload'", and no gloss window appearing (or localhost running)....
A change is also made to `partially_refresh_momentum`, which allows (adjusted) MCHMC to be the limit of MCLMC with infinite $L$. This is convenient since the user may or not want...
### Current behavior Our current tuning algorithm for (adjusted) MCLMC (forthcoming) is presented as being specific to this algorithm, but would also work as a tuning scheme for HMC. ###...
### Presentation of the new sampler MCLMC is an unadjusted algorithm, in the sense that no MH step is performed, and it is unbiased. As it turns out, it is...
An example of how to run adjusted MCLMC. To be merged after Blackjax PR 675
### Current behavior The current HMC implementation performs n steps of discretized Hamiltonian dynamics and then an MH accept/reject. ### Desired behavior It would be useful to also have unadjusted...