IDSIA / crema

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

Loopy Belief Propagation #63

Closed cbonesana closed 3 years ago

cbonesana commented 3 years ago

Added Loopy Belief Propagation, an approximate variant of the Belief Propagation and Message Passing algorithms that does not use a junction tree but instead continues to exchange messages between nodes until convergence.

Currently it perform 5 iterations before stop.

Further improvement: