Web implementation of the genetic mona problem with genetic programming.
- Generate a set of population(app init)
- Calculate the fitness score of each chromo Source
- Evolve the population with predefined rule Source
- Calculate the fitness score and repeat the evolution process
-
Clone the repository
-
Install dependency
$ npm install
- Start the project
$ npm start
This project was bootstrapped with Vite.
This project is written in TypeScript with complete definitions.