pymc-experimental icon indicating copy to clipboard operation
pymc-experimental copied to clipboard

successive SMC inference loops

Open myravian opened this issue 5 months ago • 0 comments

Hi there,

I was experimentng with jax sampling and instead of running successive calls to sample_smc_blackjax (which I thought would be useful to compare the posteriors and enable rhat-like diagnostics), I was wondering whether it would make sense to hard code a given number of (successive) jobs in the code itself (pymc_experimental/inference/smc/sampling.py). Does it make sense to build the kernel only once, then runs several inference_loop + arviz_from_particles?

Cheers, Vian

myravian avatar Sep 19 '24 13:09 myravian