opencog / moses

MOSES Machine Learning: Meta-Optimizing Semantic Evolutionary Search. See also AS-MOSES https://github.com/opencog/asmoses but kept to guaranty backward compatibility.
https://wiki.opencog.org/w/Meta-Optimizing_Semantic_Evolutionary_Search
Other
127 stars 83 forks source link

Try to get circleCI nosetests to pass. #79

Closed linas closed 5 years ago

linas commented 5 years ago

Ongoing cleanup of cmakefile.

linas commented 5 years ago

Can't tell you how much I hate python. It would seem that they completely mis-understood the whole point of utf8, and string encodings. (The whole point of utf8 is that it is a string, and not an array of bytes, and that it behaves exactly like a string. Sheesh. Under what circumstances would it ever make sense to treat it as a byte array? Never. Unless you're python3, in which case, always.)