neatga

My best attempt at NeuroEvolution of Augmenting Topologies in js

Usage no npm install needed!

<script type="module">
  import neatga from 'https://cdn.skypack.dev/neatga';
</script>

README

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