mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
0e185babc2
PR: 235729 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
14 lines
488 B
Plaintext
14 lines
488 B
Plaintext
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/
|