Skip to content

SlimTim10/genetic-algorithm-math-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Genetic Algorithm Math String

This is my implementation of the genetic algorithm project described here:

https://timjohns.ca/build-your-own-genetic-algorithm.html

TypeScript

To install the dependencies:

npm i

To run the code once:

./run

To continuously run the code on file changes:

./watch