IDSIA / crema

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

Belief Propagation issues with Naive Bayes-like networks #48

Closed cbonesana closed 3 years ago

cbonesana commented 3 years ago

When we have a structure like the Bayes Network (one parent with many childs), the Belief Propagation behave in a strange way: cliques are created correctly (i.e. one Clique contains one child and the parent) but when the messages pass from one clique to the root, all information is lost (the passing message has no domain).

See 49f2b8f1b38386da51e824e6ace8217085234b3d for details.

cbonesana commented 3 years ago

The query method should work correctly now. Keeping it open for further check on fullPropagation method.