TuringLang / JuliaBUGS.jl

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

benchmarking JuliaBUGS towards other similar packages #210

Open sunxd3 opened 2 months ago

sunxd3 commented 2 months ago

some good targets:

yebai commented 2 months 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).