Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 436 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 436 Bytes

BasicGeneticAlgorithm

A basic genetic algorithm that will be built upon for more meaningful tasks.

Starting with a population of 100 genomes, the population is given 100 generations to breed and mutate to find the maximum point of the landscape that is created with a multivariable variable function in 3D space. It is successful in finding the maximum point in about 10-15 generations.

Sample Results