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

Fix representationUTest #113

Closed linas closed 9 months ago

linas commented 9 months ago

Sometime after 2020, the new gcc's changed order of execution, which changed how permutations were being created. The complete tre is still generated, its just in a diffrent order. So adjust unit test for that.