aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
CNLoopyPropagation.h File Reference

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

#include <cstdlib>
#include <ctime>
#include <limits>
#include <agrum/CN/inference/inferenceEngine.h>
#include <agrum/CN/inference/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

namespace  gum
 gum is the global namespace for all aGrUM entities
namespace  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(_at_LIP6) and Christophe GONZALES(_at_AMU)

Definition in file CNLoopyPropagation.h.

Macro Definition Documentation

◆ INF_