Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 519 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 519 Bytes

haskell-bayesian

Haskell library for representation of bayesian networks, supporting different inference algorithms.

Building and testing

Project dependency management, build and testing is done using Haskell Tool Stack.

Simple stack commands examples

  • Building the library stack build

  • Running all test suites stack test haskell-bayesian

  • Running a specific test suite stack test haskell-bayesian:factors-test