/NEAT

Custom library implementing NEAT aglorithm in JavaScript

Primary LanguageJavaScriptMIT LicenseMIT

NEAT (Neuro Evolution Of Augmenting Technologies)

XOR example

To run xor, first install the all the dev dependencies using node.

npm install

Change directory into examples folder

cd examples

To run xor, run

node -r esm xor.js

Build production files

To build production library files, run

npm run build

Run tests

To run tests, run

npm run test

Special thanks

NEAT Original Paper

Kenneth O. Stanley's original NEAT paper

LICENSE

MIT Copyright (c) 2020-present Manas Sarpatwar