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

Initialization macro #265

Closed wouterwln closed 2 months ago

wouterwln commented 2 months ago

This PR implements the @initialization macro, as replacement of the initmarginals and initmessages keywords. This is a breaking change, and some tests are still failing, so we should look at them together @bvdmitri .