hbscharp / neat-python

Python implementation of the NEAT neuroevolution algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

STATUS NOTE

This project is no longer under active development. The forks by @drallensmith and @bennr01 have been extended beyond this implementation a great deal, so those might be better starting points if you need more features than what you see here.

About

NEAT (NeuroEvolution of Augmenting Topologies) is a method developed by Kenneth O. Stanley for evolving arbitrary neural networks. This project is a pure-Python implementation of NEAT with no dependencies beyond the standard library. It was forked from the excellent project by @MattKallada.

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

neat-python is licensed under the 3-clause BSD license.

Getting Started

If you want to try neat-python, please check out the repository, start playing with the examples (examples/xor is a good place to start) and then try creating your own experiment.

The documentation is available on Read The Docs.

Citing

Here are APA and Bibtex entries you can use to cite this project in a publication. The listed authors are the maintainers of all iterations of the project up to this point. If you have contributed and would like your name added to the citation, please submit an issue or email alan@codereclaimers.com and I'll add you.

APA

McIntyre, A., Kallada, M., Miguel, C. G., & Feher de Silva, C. neat-python [Computer software]

Bibtex

@software{McIntyre_neat-python,
author = {McIntyre, Alan and Kallada, Matt and Miguel, Cesar G. and Feher de Silva, Carolina},
title = {{neat-python}}
}

About

Python implementation of the NEAT neuroevolution algorithm

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%