ReactiveBayes / RxInfer.jl

Julia package for automated Bayesian inference on a factor graph with reactive message passing
https://rxinfer.ml/
MIT License
278 stars 23 forks source link

Document := operator better #365

Closed bvdmitri closed 1 month ago

bvdmitri commented 1 month ago

Fixes #359

This pull request includes an update to the docs/src/manuals/model-specification.md to clarify the correct syntax for creating deterministic relationships in RxInfer. The most important change is the addition of a new section explaining the use of the := operator for deterministic relationships.

Documentation update:

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.99%. Comparing base (f5401c8) to head (83be7ff). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #365 +/- ## ======================================= Coverage 84.99% 84.99% ======================================= Files 20 20 Lines 1526 1526 ======================================= Hits 1297 1297 Misses 229 229 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.