deil87 / automl-genetic

Applying genetic programming to AutoML https://travis-ci.org/deil87/automl-genetic.svg?branch=master
12 stars 3 forks source link

Think of how we can keep diversity of individuals? Can we mutate only to a new individual so that to avoid duplication? #51

Open deil87 opened 6 years ago

deil87 commented 5 years ago

Consider Negative correlation. Also we may use some kind of multiobjective function for it. Novelty search with local competitions.

deil87 commented 5 years ago

Deciding who should go to the next generation maybe we can take into account distance of the individual from all the other inhabitants. Like looking for outlier.