JJ / 2019-concurrent-ea-gecco

Paper for the GECCO conference
GNU General Public License v3.0
0 stars 0 forks source link

Analyze different replacement policies for the mixer #1

Open juanluck opened 5 years ago

juanluck commented 5 years ago

Right now mixers work as described in the paper:

Several populations are created initially, and a concurrent mixer is run which takes populations in couples, mixes them leaving only a single population with the best individuals selected from the two merged populations.

In the future, it would be interesting to study several policies, such as prioritizing high diversity over high quality solutions, a mix of both, etc.

JJ commented 5 years ago

Another thing we could test in the future. Mixing does have a big influence on result, as shown already.