Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 811 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 811 Bytes

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