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

pymoses.so -> pyasmoses.so? #59

Closed mhatta closed 1 year ago

mhatta commented 4 years ago

I'm packaging asmoses for Debian. It looks moses and asmoses basically can co-exist (things are renamed with prefix "as" in asmoses), but pymoses is still pymoses, not pyasmoses. Since 2 Debian packages can't have files of the same name, I have to set Conflicts: to them. Is it possible to rename pymoses or any reason we can't?

linas commented 4 years ago

there's no reason; you should send a pull request

linas commented 1 year ago

Closing; There is now a pyasmoses.so and it works for python3 (fixed in pull req #96)