brysgo / digital-neuro-evo

Simple, discrete, neuro evolution algorithm implemented in javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple, discrete, neuro evolution algorithm implemented in javascript


Languages

Language:JavaScript 100.0%