IDSIA / crema

Crema: Credal Models Algorithms
https://crema-toolbox.readthedocs.io/
GNU Lesser General Public License v3.0
10 stars 4 forks source link

Join Tree and Belief Propagation algotithm #35

Closed cbonesana closed 3 years ago

cbonesana commented 3 years ago

Complete the work on implementing Join Trees (JTrees) and use them for the Belief Propagation algorithm, used to update a whole Bayesian network.

cbonesana commented 3 years ago

Added with #42 , need more testing.