ReactiveBayes / RxInfer.jl

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

Suggestion to merge inference and rxinference functions #181

Closed albertpod closed 9 months ago

albertpod commented 11 months ago

We had an idea to change the names rxinference and inference to rxinfer and infer respectively.

I suggest we keep only the umbrella function infer that will use rxinference or inference functionality given the flag or inference-specific arguments such as autoupdates.

bvdmitri commented 11 months ago

this is a good suggestion