Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: scholar.google
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.9%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: samuelmpedroza
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: master
  • Size: 4.34 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme Funding License Code of conduct Citation

README.md

Build Status Coverage Status Downloads

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 the Selected Publications on Stanley's page at the University of Central Florida (now somewhat dated), or the publications page of his current website.

neat-python is licensed under the 3-clause BSD license. It is currently only supported on Python 3.6 through 3.11, and pypy3.

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 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 alan@codereclaimers.com.

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

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

Thank you!

Many thanks to the folks who have cited this repository in their own work.

Owner

  • Login: samuelmpedroza
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: neat-python
message: Please cite this software using these metadata.
type: software
authors:
  - given-names: Alan
    family-names: McIntyre
    email: alan@codereclaimers.com
    orcid: 'https://orcid.org/0000-0002-8071-4219'
  - given-names: Matt
    family-names: Kallada
  - given-names: Cesar G.
    family-names: Miguel
  - given-names: Carolina
    family-names: Feher de Silva
    orcid: 'https://orcid.org/0000-0002-4137-0847'
  - given-names: Marcio Lobo
    family-names: Netto
    orcid: 'https://orcid.org/0000-0002-6694-0228'

GitHub Events

Total
Last Year

Dependencies

examples/environment.yml conda
  • cairo
  • cython
  • graphviz
  • gym
  • matplotlib
  • ngspice
  • pip
  • pybox2d
  • pyglet
  • python 3.9.*
  • python-graphviz
  • swig
requirementes.txt pypi
  • Box2D ==2.3.10
  • Pillow ==9.2.0
  • cairocffi ==1.4.0
  • certifi ==2022.9.24
  • cffi ==1.15.1
  • charset-normalizer ==2.1.1
  • cloudpickle ==2.1.0
  • cycler ==0.11.0
  • decorator ==4.4.2
  • fonttools ==4.37.1
  • gizeh ==0.1.11
  • graphviz ==0.20.1
  • gym ==0.21.0
  • gym-notices ==0.0.8
  • idna ==3.4
  • imageio ==2.22.1
  • imageio-ffmpeg ==0.4.7
  • importlib-metadata ==4.12.0
  • kiwisolver ==1.4.4
  • matplotlib ==3.5.3
  • moviepy ==1.0.3
  • neat-python ==0.92
  • numpy ==1.21.6
  • packaging ==21.3
  • proglog ==0.1.10
  • protobuf ==3.20.1
  • pycparser ==2.21
  • pyglet ==1.2.4
  • pyparsing ==3.0.9
  • python-dateutil ==2.8.2
  • rc-robosim ==1.2
  • requests ==2.28.1
  • rsoccer-gym ==1.4
  • six ==1.16.0
  • tqdm ==4.64.1
  • typing_extensions ==4.3.0
  • urllib3 ==1.26.12
  • zipp ==3.8.1