Skip to content

bbn v0.7.0

Latest
Compare
Choose a tag to compare
@mlange-42 mlange-42 released this 15 Jul 19:40
8132f56

bbn v0.7.0

Bayesian Belief Network CLI/TUI tool and Go module.

Changelog

Breaking changes

  • Simplifies return types of bbn.FromFile function (#88)

Performance

  • Speed up factor operations by up to factor 2, through faster factor indexing (#90)
  • Optimize rearranging factors, with 10-20% speedup, also in methods using it (#92)

Other

  • Removes unused type ConflictingEvidenceError (#87)
  • Adds profiling for variable elimination (#89)
  • Adds benchmarks for the most crucial operations (#90, #92)
  • Adds more unit tests (#93)