You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JuliaBUGS.jl models are joint distribution over the model parameters. We can integrate JuliaBUGS models through the same interfaces DynamicPPL.jl currently uses to support "submodels". These interfaces include to_samplable (and to be implemented to_distribution), also potentially returned and latent.
yebai
changed the title
Better performance for JuliaBUGS and integration with DynamicPPL models, e.g. via @returned_quantities
Better performance for JuliaBUGS and integration with DynamicPPL models, e.g. via DynamicPPL.to_distributionDec 9, 2024
sunxd3
changed the title
Better performance for JuliaBUGS and integration with DynamicPPL models, e.g. via DynamicPPL.to_distribution
JuliaBUGS performance improvement and integration with Turing.jl
Feb 6, 2025
sunxd3
changed the title
JuliaBUGS performance improvement and integration with Turing.jl
Integrating JuliaBUGS with Turing.jl
Feb 6, 2025
JuliaBUGS.jl models are joint distribution over the model parameters. We can integrate JuliaBUGS models through the same interfaces DynamicPPL.jl currently uses to support "submodels". These interfaces include
to_samplable
(and to be implementedto_distribution
), also potentiallyreturned
andlatent
.See TuringLang/DynamicPPL.jl#802 for description on
to_distribution
.The text was updated successfully, but these errors were encountered: