Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 875 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 875 Bytes

NEAT_PERCEPTRON

a genetic programming / neuro-evolution system

Algorithm inspired by NEAT, by Kenneth Stanley

This system originally dates back to 2002

  1. https://en.wikipedia.org/wiki/Neuroevolution_of_augmenting_topologies
  2. http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf
  3. http://www.cs.ucf.edu/~kstanley/neat.html
  4. http://nn.cs.utexas.edu/soft-view.php?SoftID=4
  5. http://sharpneat.sourceforge.net/phasedsearch.html

lunajson-1.1 is used for JSON serialization

COPYRIGHT DISCLAIMER:

This particular LUA implementation originally
began as a fork of MarI/O by SethBling, 2015