A CT (Continuous Time) NEAT (NeuroEvolution of Augmenting Topologies) implementation
Project description
About
NEAT (NeuroEvolution of Augmenting Topologies) is a method developed by Kenneth O. Stanley for evolving arbitrary neural networks. Later NEAT was extended to evolve CT (Continuous Time) networks in different frameworks. This project is a Python implementation of CT-NEAT (and has both pure NEAT and CT-NEAT implementations) with few dependencies beyond the standard library (like scikit-learn). It was forked from the excellent project started by @MattKallada and continued by @CodeReclaimers (neat-python) after their project was archived.
For further information regarding general concepts and theory, please see the Selected Publications on Stanley's page at the University of Central Florida (now somewhat dated), or the publications page of his current website. (rtNEAT would be relevant for the CT element.)
ct-neat-python is licensed under the 3-clause BSD license. It is
currently supported on Python 3.8 through 3.13, and pypy3.
Getting Started
If you want to try ct-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 package can be install from PyPI using:
pip install ct-neat-python
The documentation is available on Read The Docs.
If you want to contribute to the directory and run the code in a developer setting, run the following from the root of the project:
pip install -e .
This will install the package in a dynamically linked mode such that all of your changes will be immediately reflected.
Citing
Here are APA and Bibtex entries you can use to cite this project in a publication. The listed authors are the originators and/or 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 s@unzim.com.
APA
Horef, S., McIntyre, A., Kallada, M., Miguel, C. G., Feher de Silva, C., & Netto, M. L. ct-neat-python [Computer software]
Bibtex
@software{Horef_ct-neat-python,
author = {Horef Sergiy, McIntyre, Alan and Kallada, Matt and Miguel, Cesar G. and Feher de Silva, Carolina and Netto, Marcio Lobo},
title = {{ct-neat-python}}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ct_neat_python-1.1.0.tar.gz.
File metadata
- Download URL: ct_neat_python-1.1.0.tar.gz
- Upload date:
- Size: 78.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29a7c4b22fb08933c7ec0393b0050b54e605dad821d377a87c1c02112e0f8ec7
|
|
| MD5 |
52727bcfaeb734dcf50bfa4c896cbe17
|
|
| BLAKE2b-256 |
884a34e71aea7ef476953b53d41c2a6092e6da0b6916b892fe3c9f72a60e45db
|
File details
Details for the file ct_neat_python-1.1.0-py3-none-any.whl.
File metadata
- Download URL: ct_neat_python-1.1.0-py3-none-any.whl
- Upload date:
- Size: 67.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
110d6908af3fb5f2ac3ee5e51dbb1db4a2ae99e1eeba79d2f4a93c4922f00cc3
|
|
| MD5 |
facec537c9b795d2ae3018ee7ff9851c
|
|
| BLAKE2b-256 |
c989b9e5a7df1c832b4f72100d05533e2e986c6d59beae17ffef66c475e4ae2a
|