https://github.com/maxchehab/evolution-simulator
A Genetic Algorithm
https://github.com/maxchehab/evolution-simulator
Last synced: about 1 month ago
JSON representation
A Genetic Algorithm
- Host: GitHub
- URL: https://github.com/maxchehab/evolution-simulator
- Owner: maxchehab
- Created: 2017-06-01T16:20:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T03:39:27.000Z (over 7 years ago)
- Last Synced: 2025-01-30T21:57:23.298Z (3 months ago)
- Language: JavaScript
- Homepage: http://evolution.maxchehab.com/
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Evolution-Simulator
This is an example of a genetic algorithm that teaches a randomly created creatures how to walk. Over many testing periods creatures that perform subpar are removed from the gene pool while those that perform exceptionaly well create offspring with mutations similar to their parents. This process simulates evolution.[View the project here](http://evolution.maxchehab.com)