neural networks research group
areas
people
projects
demos
publications
software
Efficient Evolution Of Neural Network Topologies (2002)
Kenneth O. Stanley
and
Risto Miikkulainen
Neuroevolution, i.e. evolving artificial neural networks with genetic algorithms, has been highly effective in reinforcement learning tasks, particularly those with hidden state information. An important question in neuroevolution is how to gain an advantage from evolving neural network topologies along with weights. We present a method, NeuroEvolution of Augmenting Topologies (NEAT) that outperforms the best fixed-topology methods on a challenging benchmark reinforcement learning task. We claim that the increased efficiency is due to (1) employing a principled method of crossover of different topologies, (2) protecting structural innovation using speciation, and (3) incrementally growing from minimal structure. We test this claim through a series of ablation studies that demonstrate that each component is necessary to the system as a whole and to each other. What results is significantly faster learning. NEAT is also an important contribution to GAs because it shows how it is possible for evolution to both optimize and complexify solutions simultaneously, making it possible to evolve increasingly complex solutions over time, thereby strengthening the analogy with biological evolution.
View:
PDF
,
PS
Citation:
Proceedings of the 2002 Congress on Evolutionary Computation
(CEC '02), 1757-1762. Piscataway, NJ: IEEE, 2002
People
Risto Miikkulainen
Kenneth Stanley
Projects
NEAT: Evolving Increasingly Complex Neural Network Topologies
Software
NEAT C
NEAT C#
NEAT Java (JNEAT)
NEAT C++ for Microsoft Windows
Areas of Interest
Reinforcement Learning
Neuroevolution
Evolutionary Computation