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

Use `initialization` instead of `init` for the initialization #274

Closed bvdmitri closed 2 months ago

bvdmitri commented 2 months ago

@wouterwln as discussed with other people initialization seems a better keyword. Also, can we still have initmarginals and initmessages, but throw an error if those !isnothing(...)? That would make migration a bit easier. And later we can remove those entirely.