digital-neuro-evo

Discrete, binary neuro evolutionary algorithm originally created for thoughtnet

Usage no npm install needed!

<script type="module">
  import digitalNeuroEvo from 'https://cdn.skypack.dev/digital-neuro-evo';
</script>

README

digital-neuro-evo

CI npm package Update

Originally created to serve thoughtnet, this is a digital neuro evolution algorithm I came up with. The most notable difference from your standard neuro-evo algorithm is the simplicity.

You can see a visualization of this algorithm running here.

Usage

Start by installing the module.

npm install --save digital-neuro-evo

or

yarn add digital-neuro-evo

Then follow along with this test.