aGrUM  0.14.2
loopySamplingInference.h File Reference

This file implements a Hybrid sampling class using LoopyBeliefPropagation and an approximate Inference method. More...

+ Include dependency graph for loopySamplingInference.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::LoopySamplingInference< GUM_SCALAR, APPROX >
 <agrum/BN/inference/loopySamplingInference.h> More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Typedefs

template<typename GUM_SCALAR >
using gum::HybridMonteCarloSampling = LoopySamplingInference< GUM_SCALAR, MonteCarloSampling >
 
template<typename GUM_SCALAR >
using gum::HybridWeightedSampling = LoopySamplingInference< GUM_SCALAR, WeightedSampling >
 
template<typename GUM_SCALAR >
using gum::HybridImportanceSampling = LoopySamplingInference< GUM_SCALAR, ImportanceSampling >
 
template<typename GUM_SCALAR >
using gum::HybridGibbsSampling = LoopySamplingInference< GUM_SCALAR, GibbsSampling >
 

Detailed Description

This file implements a Hybrid sampling class using LoopyBeliefPropagation and an approximate Inference method.

Author
Paul ALAM & Pierre-Henri WUILLEMIN

Definition in file loopySamplingInference.h.