digital-neuro-evo
v0.0.10
Published
Discrete, binary neuro evolutionary algorithm originally created for thoughtnet
Downloads
4
Readme
digital-neuro-evo
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.