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

metapopulation::ostream_metapop only logs the best candidate(s), not the top ones #87

Closed ngeiswei closed 5 years ago

ngeiswei commented 5 years ago

metapopulation::ostream_metapop currently only outputs the very best candidate(s), not the top candidates as it was initially meant.

This does not affect the output of moses (which uses a provided printer, not metapopulation::ostream_metapop), however it removes the ability to partly or wholly record the metapopulation when fine log is enabled.