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
To build production library files, run
npm run build
To run tests, run
npm run test
Kenneth O. Stanley's original NEAT paper
MIT Copyright (c) 2020-present Manas Sarpatwar