ReactiveBayes / RxInfer.jl

Julia package for automated Bayesian inference on a factor graph with reactive message passing
MIT License
237 stars 24 forks source link

Access posteriors of variables inside nested models #316

Open wouterwln opened 2 weeks ago

wouterwln commented 2 weeks ago

We should be able to access posteriors of variables inside nested models (also such that we can do@autoupdates for variables inside nested models). Now we can only access inference results of whatever variables are in the top level model.