mcx icon indicating copy to clipboard operation
mcx copied to clipboard

Roadmap 0.1.0

Open rlouf opened this issue 6 years ago • 3 comments

  • [ ] Documentation
  • [ ] Sample (selected) deterministic variables
  • [ ] HMC from blackjax-devs/blackjax
  • [ ] NUTS from blackjax-devs/blackjax
  • [ ] Effective sample size from blackjax-devs/blackjxa
  • [ ] Models are distirbutions
  • [ ] Fix bug with rng keys in forward sampling #90
  • [ ] Refactor the core (#4)
  • [ ] #98
  • [ ] document the core extensively
  • [x] Rhat (online estimation)
  • [ ] Average acceptance rate
  • [x] Number of divergences
  • [ ] Inference summary

rlouf avatar Feb 04 '20 16:02 rlouf

What it is not about:

rlouf avatar Feb 11 '20 08:02 rlouf

Hi @rlouf , I was searching for the do-operator recently, and it seems it got removed at some point.

Are there any plans to add it back? It is marked as "done" in the roadmap above. I can hack around it, but it would be super useful for some code examples in Rethinking :sweat_smile:

elanmart avatar Apr 02 '21 22:04 elanmart

I took it off because the implementation would be a lot different; the design I had in my was that when we use .do(a=10) the variable a now becomes an argument to every target function and we partially apply these with a's value. Not as simple as before but I would definitely appreciate a PR adding this to MCX.

rlouf avatar Apr 03 '21 04:04 rlouf