IBM / LNN

A `Neural = Symbolic` framework for sound and complete weighted real-value logic
https://IBM.github.io/LNN/
Apache License 2.0
226 stars 438 forks source link

Patch: models store unique nodes #90

Open NaweedAghmad opened 9 months ago

NaweedAghmad commented 9 months ago

For a given node syntax, the model stores only one instance of that node. API changes require leaf nodes to be instanciated with a model attached to it, with connective formulae inheriting the model from a child node.