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

Apply Linas last moses changes #38

Closed ngeiswei closed 5 years ago

ngeiswei commented 5 years ago

Cherry pick commits from

https://github.com/opencog/moses/pull/78 https://github.com/opencog/moses/pull/79 https://github.com/opencog/moses/pull/80

which seems to be useful to as-moses as well. Mainly improve support for python 3.

ngeiswei commented 5 years ago

@AmeBel it would be really cool if you could enable circleci for opencog/as-moses as well. Thanks!

ngeiswei commented 5 years ago

nosetests cannot be detected on my Debian (stretch) box, in spite of being installed. Same problem with the moses repo. I'm merging for now as it's otherwise OK and the fix should go in another PR.

ngeiswei commented 5 years ago

I just had to install python3-nose :-)

$ sudo apt-get install python3-nose
linas commented 5 years ago

I thought it would be wise to double-check python2, since I think agi-bio uses it. So: opencog/moses#82