-
Notifications
You must be signed in to change notification settings - Fork 1
Population
Sujimichi edited this page Sep 12, 2010
·
7 revisions
As in a typical genetic algorithm (GA) the population consists of an array of many individuals. In this OO implementation the class Population contains an array of Individuals (@population) and several methods which affect @population.
The population class is extended with the Evolution class providing further functions to manipulate @population resulting in population evolution.
[individual]http://github.com/Katateochi/oo_genetic_algorithm/wikis/individual