NEAT-JavaScript
This project is a JavaScript-based implementation of NEAT (Neuroevolution of Augmenting Topologies),
an evolutionary algorithm developed by Kenneth O. Stanley and Risto Miikkulainen.
Originally introduced in their 2002 paper, Evolving Neural Networks Through Augmenting Topologies,
NEAT evolves both network weights and structures over generations.
NEAT-JavaScript can be used in both Node.js and browser environments.