Skip to content

0.1.7

Compare
Choose a tag to compare
@cbonesana cbonesana released this 26 Mar 08:31
· 173 commits to master since this release
d552cdd
  • Refactoring of Inference and Preprocessing hierarchies ( #66 )
  • Added Loopy Belief Propagation algorithm ( #63 #64 #65 #67 )
  • Fixed #48, an issue with Belief Propagation caused by wrong management of messages.
  • Fixed a minor issue in BeliefPropagation (introduced in 0.1.6.b)
  • Added a parser for the BIF format ( #51 )
  • Fixed #56, #62
  • Minor change to BayesianNetworkSampling class
  • Updated Samplingalgorithms ( #67 )
  • Merged #70 #71