pymc-devs / pymc4

(Deprecated) Experimental PyMC interface for TensorFlow Probability. Official work on this project has been discontinued.
Apache License 2.0
711 stars 113 forks source link

[WIP] Add SMC init support/progress bar with kernel ops tracing #286

Closed rrkarim closed 4 years ago

rrkarim commented 4 years ago

PR adds support for Sequential Monte Carlo (SMC) method API. SMC is used to tune the step_size of NUTS sampler.

SMC support:

Progress-bar support

Also PR adds support for mixture, but there is a conflict with #284 (added to test on mixture likelihood model for SMC)

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

junpenglao commented 4 years ago

Seems there are some conflict and a lot of files shows up - could you upstream to master branch first?

rrkarim commented 4 years ago

Seems there are some conflict and a lot of files shows up - could you upstream to master branch first?

yeap, solving this now.