aGrUM/pyAgrum 1.1.1 released

   -- Posted on Mon 06 June 2022 in News

ANNOUNCE: aGrUM 1.1.1

aGrUM/pyAgrum 1.1.1 is out.

Changelog for 1.1.1

  • aGrUM

    • fix a regression that was slowing down the inference in credal networks.
    • Better error messages when IOError caused by writing in 'bad' files.
    • Typos in several error messages.
    • Fix warnings from gcc …

Continue reading

aGrUM/pyAgrum 1.1.0 released

   -- Posted on Fri 13 May 2022 in News

ANNOUNCE: aGrUM 1.1.0

aGrUM/pyAgrum 1.1.0 is out.

Changelog for 1.1.0

  • aGrUM

    • Parallelizing inference for Markov Net : gum::ShaferShenoyMNInference.
    • Adding a new gum::fastVar(std::string) factory function to easily build variable such as in gum::*::fastPrototype(std::string). See Documentation. This syntax is …

Continue reading

aGrUM/pyAgrum 1.0.0 and fast inferences

   -- Posted on Fri 22 April 2022 in News

The 1.0.0 version of aGrUM is finally here and brings its share of new features. The most important is the parallelization of the inference methods that is the subject of this article. In particular, we will present a benchmark between the parallelized version and the old version.

But …


Continue reading