singnet / asmoses

Port of MOSES (https://github.com/opencog/moses) for the AtomSpace (https://github.com/opencog/atomspace)
Other
6 stars 5 forks source link

Fix test_run_majority_python (increase complexity ratio + relax) #133

Closed ngeiswei closed 4 years ago

ngeiswei commented 4 years ago

The complexity ratio was too low, creating a complexity penalty too high for the optimal (more complex) solution to score better than sub-optimal (simpler) solutions.

Also remove testing the second candidate as it may not necessarily have a score of -1 (could be 0 or -2) depending on the parameters.

kasimebrahim commented 4 years ago

Thanks @ngeiswei