0.0.4 • Published 4 years ago

neatga v0.0.4

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

neatga

npm bundle size

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();

License

MIT