linqs / psl

The PSL software from the University of Maryland and the University of California Santa Cruz
http://psl.linqs.org
Apache License 2.0
298 stars 100 forks source link

Generify commit method of WritableDatabase instances and add moveToPartition method. #289

Closed dickensc closed 3 years ago

dickensc commented 3 years ago

This is a part of the changes made in the larger onlinePSL project.

Generify commit method of WritableDatabase instances to support committing ObservedAtoms. This is used to support partial grounding methods.

Add moveToPartition method which will move a predicate from an old partition to a specified partition. This is also used to support partial grounding methods.

eriq-augustine commented 3 years ago

lgtm!