No description
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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