/genetics

Experimenting with a genetics algorithm

Primary LanguageJavaScript

About

A genetics algorithm meant to development a population through evolution, with the goal of resembling a given string as best as possible

Setup

Make sure you have nodejs installed.

git clone https://github.com/nficca/genetics.git
cd genetics
npm install

Then open index.html in your browser of choice.