TuringLang / JuliaBUGS.jl

Implementation of domain specific language (DSL) for probabilistic graphical models
https://turinglang.org/JuliaBUGS.jl/
MIT License
20 stars 3 forks source link

benchmarking JuliaBUGS towards other similar packages #210

Open sunxd3 opened 1 week ago

sunxd3 commented 1 week ago

some good targets:

yebai commented 1 week ago

Let's also compare Nimble's capability for programmable inference and code generation (C++) against JuliaBUGS. The programmable inference in Nimble is loosely connected to graph traversal in JuliaBUGS and maps that to different MCMC samplers. programmable inference are probably easier to perform in JuliaBUGS due to the AbstractMCMC interface and also the everything is written-in-Julia property (i.e. avoiding the two-language problem).