An open API service indexing awesome lists of open source software.

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

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)