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

Improve evaluation allocation when fraction of nearest neighbors is very low #63

Closed ngeiswei closed 4 years ago

ngeiswei commented 4 years ago

Port from https://github.com/opencog/moses/pull/95

  1. Avoid nonsensical situation when the maximum number of evaluations is allocated to a deme because fraction of nearest neighbors was set very low (like 0.001) with the intention of spreading evaluations across more demes.

  2. Make sure crossover does not produce more candidates than the maximum number of evaluations set by the user.

ngeiswei commented 4 years ago

Wrong repo.