N0Ls / Genetic-Algorithm-Three-Js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genetic Algorithm Three Js

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

Setup

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

About


Languages

Language:JavaScript 97.1%Language:HTML 1.8%Language:CSS 1.1%