MJHMC icon indicating copy to clipboard operation
MJHMC copied to clipboard

Python implementation of Markov Jump Hamiltonian Monte Carlo

Results 3 MJHMC issues
Sort by recently updated
recently updated
newest added

The theano implementation currently barfs when run on a CPU. I think this is just happening because we're currently hard coding float precision - there is probably a way to...

Some major refactoring of the package structure is necessary. A big issue is that the current import configuration is slow as it loads all modules in the package if you...

This looks really neat. What do you think of adding this sampler to [pymc3](https://github.com/pymc-devs/pymc3) where it would be directly usable in a probabilistic programming framework? It's pretty easy to add...