You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.