Skip to content

Python implementation of the NEAT neuroevolution algorithm

License

Notifications You must be signed in to change notification settings

salym/neat-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

NEAT (NeuroEvolution of Augmenting Topologies) is a method developed by Kenneth O. Stanley for evolving arbitrary neural networks. This project is a Python implementation of NEAT. It was forked from the excellent project by @MattKallada, and is in the process of being updated to provide speedups and to work with current libraries.

For further information regarding general concepts and theory, please see Selected Publications in Stanley's website.

Getting Started

If you want to try neat-python, please check out the repository, start playing with the examples (XOR, single pole balancing, or double pole balancing) and then try creating your own experiment.

About

Python implementation of the NEAT neuroevolution algorithm

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%