Improving Neuroevolution Using Island Extinction and Repopulation
Zimeng Lyu, Joshua Karns, AbdElRahman ElSaid, Travis Desell

TL;DR
This paper introduces a novel island extinction and repopulation strategy in neuroevolution, which prevents stagnation and improves the quality of evolved neural network solutions compared to existing methods.
Contribution
It proposes a new extinction and repopulation approach for islands in neuroevolution, enhancing exploration and convergence over traditional strategies.
Findings
The strategy outperforms original EXAMM island method in evolving better genomes.
It achieves statistically significant improvements over NEAT's speciation.
Experiments on real-world datasets validate the effectiveness of the approach.
Abstract
Neuroevolution commonly uses speciation strategies to better explore the search space of neural network architectures. One such speciation strategy is through the use of islands, which are also popular in improving performance and convergence of distributed evolutionary algorithms. However, in this approach some islands can become stagnant and not find new best solutions. In this paper, we propose utilizing extinction events and island repopulation to avoid premature convergence. We explore this with the Evolutionary eXploration of Augmenting Memory Models (EXAMM) neuro-evolution algorithm. In this strategy, all members of the worst performing island are killed of periodically and repopulated with mutated versions of the global best genome. This island based strategy is additionally compared to NEAT's (NeuroEvolution of Augmenting Topologies) speciation strategy. Experiments were…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEvolutionary Algorithms and Applications · Metaheuristic Optimization Algorithms Research · Neural Networks and Applications
