opencog / asmoses

MOSES Machine Learning: Meta-Optimizing Semantic Evolutionary Search for the AtomSpace (https://github.com/opencog/atomspace)
https://wiki.opencog.org/w/Meta-Optimizing_Semantic_Evolutionary_Search
Other
38 stars 29 forks source link

Port to the new AtomSpace API #90

Closed linas closed 2 years ago

linas commented 2 years ago

The new AtomSpace uses smart pointers for memory management (just like Atoms. You can even store it in a Handle !) This means several things:

So these are "minor" changes, but they do need to be made. Merge whenever it is convenient: the old asmoses won't work with the new AtomSpace, and v.v.

linas commented 2 years ago

I'm going to merge this, because without it, the circleci unit tests break.

ngeiswei commented 2 years ago

Thanks @linas (I had meant to look into it but I didn't have time).