Closed ciguaran closed 11 months ago
Please add the example to the index as well.
BTW, is this example construct a SMC with IRWM kernel that equivalent to the one in PyMC?
BTW, is this example construct a SMC with IRWM kernel that equivalent to the one in PyMC?
Not fully equivalent since the number of MCMC steps in the PyMC case is adaptive, but in BJ is still fixed across iterations and chains within an iteration
BTW, is this example construct a SMC with IRWM kernel that equivalent to the one in PyMC?
Not fully equivalent since the number of MCMC steps in the PyMC case is adaptive, but in BJ is still fixed across iterations and chains within an iteration
I see, let's take a look at the overall implementation and refactor it to add that.
See https://github.com/blackjax-devs/blackjax/pull/595