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

Add knob-probing user parameter + cleaning #94

Closed ngeiswei closed 2 years ago

ngeiswei commented 2 years ago

Add a --knob-probing flag to completely disable (0), enable (1) or left unchanged auto knob probing. Indeed in some cases, when for instance the exemplar is very large then knob probing can become a bottleneck. Add to that the fact that it remains a heuristic that is not always desirable.

That PR contains also misc code improvements, formatting, comments, refactoring, etc.