0.3.1 • Published 10 years ago

neatjs v0.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

NeuroEvolution for Augmenting Topologies (NEAT) written in Javascript (for browser or nodejs) tested using Mocha.

Library is currently in development, and is 95% well tested. Genomes are well functioning, and mutation/crossover are well defined.

Left to be tested: evolution - IEC/NSGA-II/Novelty search with local competition. These will all be created in the near future.

Another library - neat-ui will be created for using neatjs in a browser environment or a node environment with UI elements for visualization.

NPM Usage-

var neatjs = require('neatjs');

var neatGenome = neatjs.loadLibraryFile('neatjs', 'neatGenome');

//real documentation to come soon...

0.3.1

10 years ago

0.3.0-2

11 years ago

0.3.0-1

11 years ago

0.3.0

11 years ago

0.2.6

12 years ago

0.2.5

12 years ago

0.2.3

12 years ago

0.2.2-5

12 years ago

0.2.2-4

12 years ago

0.2.2-3

12 years ago

0.2.2-2

12 years ago

0.2.2

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago