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

Class for generating Bayesian networks.using MC algorithm cf. More...

#include <fstream>
#include <iostream>
#include <set>
#include <sstream>
#include <vector>
#include <agrum/agrum.h>
#include <agrum/BN/generator/IBayesNetGenerator.h>
#include <agrum/BN/generator/simpleCPTDisturber.h>
#include <agrum/BN/inference/lazyPropagation.h>
#include <agrum/BN/generator/MCBayesNetGenerator_tpl.h>
Include dependency graph for MCBayesNetGenerator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::MCBayesNetGenerator< GUM_SCALAR, ICPTGenerator, ICPTDisturber >
 <agrum/BN/generator/MCayesNetGenerator.h> More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Macros

#define NB_INIT_ITERATIONS   5000

Detailed Description

Class for generating Bayesian networks.using MC algorithm cf.

[Ide and Cozman, 2002]

Author
Pierre-Henri WUILLEMIN(_at_LIP6) and Ariele-Paolo MAESANO

Definition in file MCBayesNetGenerator.h.

Macro Definition Documentation

◆ NB_INIT_ITERATIONS

#define NB_INIT_ITERATIONS   5000

Definition at line 52 of file MCBayesNetGenerator.h.