'Neuroevolution of augmenting topologies' algorithm implementation
This repository has been archived on 2025-05-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2019-05-16 21:47:18 +02:00
connectiongene.py Add basic structure 2019-05-06 16:36:43 +02:00
evaluator.py Move POPULATION, INPUTS and OUTPUTS parameters to pool 2019-05-11 22:18:30 +02:00
genome.py Improve crossover and neat parameters 2019-05-16 21:36:45 +02:00
innovationcounter.py Add basic structure 2019-05-06 16:36:43 +02:00
LICENSE Initial commit 2019-05-06 15:42:20 +02:00
neatconfig.py Remove unused parameters 2019-05-16 21:47:18 +02:00
nodegene.py Add genome implementation 2019-05-06 22:19:14 +02:00
pool.py Move POPULATION, INPUTS and OUTPUTS parameters to pool 2019-05-11 22:18:30 +02:00
README.md Update README.md 2019-05-06 16:40:14 +02:00
species.py Improve crossover and neat parameters 2019-05-16 21:36:45 +02:00
xor.py Improve crossover and neat parameters 2019-05-16 21:36:45 +02:00