opcode81 / ProbCog

A toolbox for statistical relational learning and reasoning.
GNU General Public License v3.0
101 stars 26 forks source link

Add support for FORALL quantifier to Python FOL implementation #7

Closed opcode81 closed 5 years ago

opcode81 commented 8 years ago

Currently only EXIST is implemented. While the implicit FORALL operator as used by MLNs is implemented in the official way (parameter sharing), the explicit FORALL operator (which produces a conjunction and applies an attached weight to it) could still be added for convenience. (It can be replaced with negated EXIST as a workaround.)

opcode81 commented 5 years ago

FORALL was added in commit 1d483807ec4e15720243e3a44996b72e98696db4.