Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.33 KB

README.md

File metadata and controls

18 lines (10 loc) · 1.33 KB

ProbabilisticCircuits.jl

Unit Tests codecov

This package provides functionalities for learning/constructing probabilistic circuits and using them to compute various probabilistic queries. It is part of the Juice package (Julia Circuit Empanada).

Testing

To make sure everything is working correctly, you can run our test suite as follows. The first time you run the tests will trigger a few slow downloads of various test resources.

julia --color=yes -e 'using Pkg; Pkg.test("ProbabilisticCircuits")'