opencog / atomspace

The OpenCog (hyper-)graph database and graph rewriting system
https://wiki.opencog.org/w/AtomSpace
Other
795 stars 225 forks source link

Atom hashes independent of type hierarchy details. #3029

Closed linas closed 1 year ago

linas commented 1 year ago

Prior to this, the addition or removal of atoms to the type hierarchy alters the hashes, which makes debugging hard than it otherwise needs to be.

linas commented 1 year ago

FYI this pull req exposed bugs in the as-moses unit tests, which erw fixed. It also exposed bugs in PLN, which were not fixed.