![]() |
aGrUM
0.14.2
|
Implementation of the non pure virtual methods of class ApproximateInference. More...
#include <agrum/BN/BayesNetFragment.h>
#include <agrum/BN/algorithms/barrenNodesFinder.h>
#include <agrum/BN/algorithms/dSeparation.h>
#include <agrum/BN/inference/tools/samplingInference.h>
Go to the source code of this file.
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
Macros | |
#define | DEFAULT_MAXITER 10000000 |
#define | DEFAULT_PERIOD_SIZE 100 |
#define | DEFAULT_VERBOSITY false |
#define | DEFAULT_TIMEOUT 6000 |
#define | DEFAULT_EPSILON 1e-2 |
#define | DEFAULT_MIN_EPSILON_RATE 1e-5 |
Implementation of the non pure virtual methods of class ApproximateInference.
Definition in file samplingInference_tpl.h.
#define DEFAULT_EPSILON 1e-2 |
Definition at line 38 of file samplingInference_tpl.h.
Referenced by gum::SamplingInference< GUM_SCALAR >::SamplingInference().
#define DEFAULT_MAXITER 10000000 |
Definition at line 34 of file samplingInference_tpl.h.
Referenced by gum::SamplingInference< GUM_SCALAR >::SamplingInference().
#define DEFAULT_MIN_EPSILON_RATE 1e-5 |
Definition at line 39 of file samplingInference_tpl.h.
Referenced by gum::SamplingInference< GUM_SCALAR >::SamplingInference().
#define DEFAULT_PERIOD_SIZE 100 |
Definition at line 35 of file samplingInference_tpl.h.
Referenced by gum::SamplingInference< GUM_SCALAR >::SamplingInference().
#define DEFAULT_TIMEOUT 6000 |
Definition at line 37 of file samplingInference_tpl.h.
Referenced by gum::SamplingInference< GUM_SCALAR >::SamplingInference().
#define DEFAULT_VERBOSITY false |
Definition at line 36 of file samplingInference_tpl.h.
Referenced by gum::SamplingInference< GUM_SCALAR >::SamplingInference().