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

Headers of the IFMDPFactory interface-like class. More...

#include <string>
#include <vector>
#include <agrum/FMDP/fmdp.h>
Include dependency graph for IfmdpFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::AbstractFMDPFactory
 A factory class to ease Factored Markov Decision Process construction. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Enumerations

enum class  gum::FMDPfactory_state : char {
  gum::NONE , gum::VARIABLE , gum::ACTION , gum::TRANSITION ,
  gum::COST , gum::REWARD , gum::DISCOUNT
}
 The enumeration of states in which the factory can be in. More...

Detailed Description

Headers of the IFMDPFactory interface-like class.

Author
Pierre-Henri WUILLEMIN(_at_LIP6) and Jean-Christophe MAGNAN and Christophe GONZALES(_at_AMU)

Definition in file IfmdpFactory.h.