UNPKG

@alenaksu/neatjs

Version:

NEAT (Neuroevolution of Augmenting Topologies) implementation in JavaScript

16 lines (10 loc) 638 B
# Neuro Evolution of Augmenting Topologies A JavaScript implementation of Kenneth Stanley's NEAT Demo: https://alenaksu.github.io/neatjs/ ## Work in progress... ## References - [Paper 1](http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf) - [Paper 2](http://nn.cs.utexas.edu/downloads/papers/stanley.phd04.pdf) - [NEAT Home Page](https://www.cs.ucf.edu/~kstanley/neat.html) - [Kenneth Stanley's NEAT original source code](https://github.com/FernandoTorres/NEAT/) - [Competitive Coevolution through Evolutionary Complexification](https://www.cs.cmu.edu/afs/cs/project/jair/pub/volume21/stanley04a-html/jairhtml.html)