Reuben

Results 32 issues of Reuben

I notice that time doesn't progress with this clock, in the sense that `sinceLastS` seems to always output 0. Is this intended, and if so, is there a way I...

This is a draft of MH-MCHMC. Next step is to incorporate the recent updates to the proposal code. Checklist: - [ ] *If I add a new sampler*, there is...

Since Blackjax is a repository of inference algorithms with a fairly uniform interface, it would be nice if there was a fairly automated procedure for benchmarking and comparing different algorithms,...

enhancement

### Current behavior The MCLMC algorithm in Jakob's original repo has preconditioning (i.e. inverse mass matrix) built into the integrator. In blackjax, there is no option to use preconditioning at...

I'm a collaborator on this project https://github.com/JakobRobnik/MicroCanonicalHMC, and we're interested in either adding our algorithm to NumPyro, or using NumPyro in our codebase. With that in mind, we have a...

enhancement

OK, so I now have a slightly better understanding of the resampling buffer, and so I thought it would be useful to turn the discussion about the particle filter where...

There are situations where we might want our posterior to itself be a signal network or Rhine rather than a Behavior. 1. Suppose that we have a model that has...

Running on a Mac (recently updated), when I run the rhine-bayes executable via `cabal run rhine-bayes-gloss` I get ``` 2024-01-27 18:24:27.834 rhine-bayes-gloss[13639:2049511] GLUT Fatal Error: internal error: NSInternalInconsistencyException, reason: NSWindow...

It would be nice to have a demo of object tracking where the observations arrive on a Poisson process clock. This shouldn't be super hard for me to do, right?...

rhine-bayes

The following are some notes on PMMH, which is an inference algorithm that it might be interesting to implement using the asynchronous FRP tools of Rhine. In particular, this would...

feature
rhine-bayes