Skip to content

A javascript implementation of Neuro Evolution of Augmenting Topologies

Notifications You must be signed in to change notification settings

OptimusLime/neatjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

A javascript implementation of Neuro Evolution of Augmenting Topologies

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages