Genetic algorithm project where the individuals, represented by small spheres, need to be the furthest from the main big sphere. This project was done in the context of the IMAC 3 AI classes. It is a direct application of the notions of genetic algorithms like :
- Cross-overs
- Mutations
Download Node.js. Run this followed commands:
# Install dependencies
npm install
# Run the local server
npm run dev
# Build for production in the dist/ directory
npm run build