Turing.jl icon indicating copy to clipboard operation
Turing.jl copied to clipboard

New Gibbs sampler based on `SimpleVarInfo`.

Open yebai opened this issue 2 years ago • 1 comments

The current implementation of the Gibbs sampler is a bit fragile and based on the out-of-date design for AbstractVarInfo. As part of the transition into a more intuitive, modular and performant SimpleVarInfo, we should try to re-design the Gibbs sampler.

yebai avatar Nov 12 '22 20:11 yebai

@torfjelde it seems we are very close to supporting Gibbs using the new SympleVarinfo. What are the missing components?

yebai avatar Jul 14 '23 11:07 yebai