49#ifndef GUM_APPROXIMATE_INFERENCE_H
50#define GUM_APPROXIMATE_INFERENCE_H
57 template <
typename GUM_SCALAR >
This file contains general scheme for iteratively convergent algorithms.
ApproximateInference(const IBayesNet< GUM_SCALAR > *bn)
ApproximationScheme(bool verbosity=false)
Class representing the minimal interface for Bayesian network with no numerical data.
MarginalTargetedInference(const IBayesNet< GUM_SCALAR > *bn)
default constructor
This file contains the abstract inference class definition for computing (incrementally) marginal pos...
gum is the global namespace for all aGrUM entities