h3jia / bayesfast

Next generation Bayesian analysis tools for efficient posterior sampling and evidence estimation.
Other
29 stars 6 forks source link

cythonize the whole poly model and/or HMC sampler #13

Closed h3jia closed 1 year ago

h3jia commented 4 years ago

Currently only the core evaluation of the poly model is cythonized. It might be useful to move the whole poly model to cython.

Also, some parts of the HMC sampler can be cythonized, although it's not clear how much this can speed up the sampling.

h3jia commented 1 year ago

in v0.2 we are switching to numpyro sampler so closing this