Skip to content

An extremely basic visual simulation of the genetic algorithm

Notifications You must be signed in to change notification settings

ananttuli/genetic-algo-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genetic-algo-simulator

An extremely basic visual simulation of the genetic algorithm. In order to survive, the tadpoles must learn how to avoid dangerous obstacles over generations and reach their goal.

Run locally in your browser

Pre-requisites

  • Node (+npm)
  1. Clone this repository
  2. cd genetic-algo-simulator
  3. npx http-server
  4. Visit localhost:8080 from your browser

Optional: Tweak configuration values in ./modules/config.js to change learning behaviour.

Built with

  • Pure Javascript (no framework)
  • HTML5 (Canvas)

About

An extremely basic visual simulation of the genetic algorithm

Resources

Stars

Watchers

Forks

Packages

No packages published