• Stars
    star
    159
  • Rank 234,877 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created about 12 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python Evolutionary Algorithms. Contains implementations of NEAT and HyperNEAT.

Logo

Python Evolutionary Algorithms

This is a library of evolutionary algorithms with a focus on neuroevolution, implemented in pure python, depending on numpy. It contains a faithful implementation of Ken Stanley's NEAT (Neuroevolution of Augmenting Topologies) and HyperNEAT. The focus of this library is easy experimentation, it is pure python so it's easy to set up, and it has a simple and flexible API.

This code was written to do the experiments for: