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

Add documentation entry for `BetheFactorization` and `MeanField` #288

Closed wouterwln closed 2 months ago

wouterwln commented 2 months ago

Currently we export these functionalities, but we don't seem to document them anywhere. I think adding them to the documentation page on constraint specification is adequate

bvdmitri commented 2 months ago

Aren't they defined in GraphPPL? Maybe they should be documented there