You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
nikobojs 89a1861265 create first example 1 year ago
src create first example 1 year ago
.gitignore initial commit 1 year ago
README.md create first example 1 year ago
package-lock.json create first example 1 year ago
package.json create first example 1 year ago
tsconfig.json first release 1 year ago

README.md

Genetic simulation

This repo contains an expressjs app serving multiple web apps using a genetic algorithm written in typescript.

Clone and run

git clone https://git.nikobojs.com/nikobojs/genetic_simulation
cd genetic_simulation
npm install
npm run dev