Genetic Algorithm Experiment

This was created because I want to create a basic implementation of genetic algorithm. I have seen things like this before, but I forget about the original web page.

There are 25 individuals in each generation. Each new generation is created from top 5 individuals. No individual lives past its generation.

You can read its source code and try to modify it yourself!

Refresh for new initial gene pool

open in new window