0e185babc2
PR: 235729 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
13 lines
488 B
Text
13 lines
488 B
Text
aGrUM is a C++ library for graphical models. It is designed for easily building
|
|
applications using graphical models such as Bayesian networks, influence
|
|
diagrams, decision trees, GAI networks or Markov decision processes.
|
|
|
|
aGrUM is written to provide the basic building blocks to perform the
|
|
following tasks:
|
|
* designing graphical models,
|
|
* learning graphical models,
|
|
* elicitation of graphical models,
|
|
* inference within graphical models,
|
|
* planification.
|
|
|
|
WWW: https://agrum.gitlab.io/
|