Skip to content

bbn v0.6.0

Compare
Choose a tag to compare
@mlange-42 mlange-42 released this 08 Jul 11:17
· 10 commits to main since this release
e572068

bbn v0.6.0

Bayesian Belief Network CLI/TUI tool and Go module.

Changelog

Features

  • Makes sub-package ve for low-level variable elimination public (#73)
  • Solve utility nodes even when there are ignored policies, overwritten by "evidence" (#74, #75)
  • Adds a logic factor to combine bits from parents to a decimal integer (#83)

Documentation

  • Adds more documentation and code examples for library usage (#78, #79, #80, #81)
  • Adds a decision example for selecting a diagnostic test (#82)
  • Adds more logic example (#83, #84)