Skip to content

manassarpatwar/NEAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published