0.0.10 • Published 3 years ago

digital-neuro-evo v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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.