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 support of --gen-best-candidate for compressed_truth_table_bscore #91

Closed ngeiswei closed 2 years ago

ngeiswei commented 2 years ago

The idea of --gen-best-candidate is to generate head-on a candidate that perfectly fits the data, with the obvious risk of completely overfitting it. This is useful however for experimenting and testing moses when something might be going wrong, such as moses performing poorly in-sample, etc. Additionally it might speed up learning in special circumstances, such as when the sample set is extremely large relative to the feature set, etc.