ProbLogPreCompilation

A tool that allows for the easy re-use of pre-compiled ACs in ProbLog, allowing for a faster evaluation of repeated queries.


License
Other
Install
pip install ProbLogPreCompilation==0.0.1

Documentation

PreCompilation

This project allows the use of PreCompilation of ProbLog, which can be useful when trying to perform queries on ProbLog with the same logic rules but different knowledge bases.

It can also be used in a Markov Chain scenario by providing the output of the last operation back into the system.

For examples on how to use this system, check examples.