aGrUM/pyAgrum 0.13 released

   -- Posted on Thu 14 June 2018 in News

ANNOUNCE: aGrUM 0.13

aGrUM/pyAgrum 0.13 is out. 0.13.2 is the current version.

Changelog 0.13.0 (from gitlab)

  • aGrUM
    • inference: Loopy Belief Propagation (LBP)
    • inference: new approximated inference : Monte-Carlo/Importance/Weighted Sampling + the same using LBP as a Dirichlet prior (Loopy...).
    • learning: new algorithm 3off2 …

Continue reading

aGrUM/pyAgrum 0.12.0 released

   -- Posted on Wed 28 June 2017 in News

ANNOUNCE: aGrUM 0.12.0

Changelog (from gitlab)

  • API
    • new class EssentialGraph
    • new class MarkovBlanket
    • improved targets in MarginalTargettedInference
  • pyAgrum
    • update notebooks
    • new swig-based documentation framework
    • transparent background for dot graphs
    • more windows-compliant agrum.lib.bn2csv
  • aGrUM
    • PRM bug fixes
    • improved CI in gitlab
    • improved exception messages in BN learning …

Continue reading

notebooks and ipython

   -- Posted on Mon 08 May 2017 in pyAgrum

pyagrum.lib.notebook offers some helpers and graphical representation of internal objets of agrum : Potential, Graph, Bayesian network, inference, etc. See pyAgrum doc for more details.

Notebook

From aGrUM 0.11.2, pyagrum.lib.ipython proposes an equivalent API (a subset of the notebook API) for ipython graphical console. For instance …


Continue reading