aGrUM  0.14.2
CNLoopyPropagation.h File Reference

Class implementing loopy-propagation with binary networks - L2U algorithm. More...

#include <cstdlib>
#include <ctime>
#include <limits>
#include <agrum/CN/credalNet.h>
#include <agrum/CN/inferenceEngine.h>
#include <agrum/core/approximations/approximationScheme.h>
#include <agrum/core/math/pow.h>
#include <agrum/core/sequence.h>
#include <agrum/CN/CNLoopyPropagation_tpl.h>
+ Include dependency graph for CNLoopyPropagation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::credal::CNLoopyPropagation< GUM_SCALAR >
 <agrum/CN/CNLoopyPropagation.h> More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 
 gum::credal
 namespace for all credal networks entities
 

Macros

#define _INF   std::numeric_limits< GUM_SCALAR >::infinity()
 

Detailed Description

Class implementing loopy-propagation with binary networks - L2U algorithm.

Author
Matthieu HOURBRACQ and Pierre-Henri WUILLEMIN

Definition in file CNLoopyPropagation.h.

Macro Definition Documentation

◆ _INF