neatga
v0.0.4
Published
My best attempt at NeuroEvolution of Augmenting Topologies in js
Downloads
6
Maintainers
Readme
neatga
neatga is a npm package designed to create genetic algorithms that utilize NeuroEvolution of Augmenting Topologies. It doesn't work right now and is in development so maybe check back in a month or something.
git repo: https://github.com/s2011r2593/neatga
Installation
npm i neatga
Example
const ne = require('neatga');
ne.testFunction();