You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are planning to integrate boolean circuit operations into pyjuice (either in this package or in another one that calls pyjuice) and add support to implement many neurosymbolic algorithms easily. Could you share what boolean circuit package you are using, and also what type of computations are you expecting? Thanks a lot!
I would like to compute both PQE (Probabilistic Query Evaluation) and MPE (Most Probable Explanation). This means respectively working with + and x gates ((+, x) semi-ring) and max and + gates ((max, +) semi-ring).
Sorry for the late reply. I am not very familiar with pypsdd but will try to take a look this month. I will try to implement an interface between pyjuice and pypsdd so that the PQE will be supported directly (it is just the forward pass in pyjuice).
Hi,
Are there interoperability options with boolean circuits packages ? For instance convert a dDNNF into a pyjuice computation graph.
Best regards,
Arthur
The text was updated successfully, but these errors were encountered: