-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Sujimichi edited this page Sep 12, 2010
·
22 revisions
h1 General Purpose Genetic Algorithm
Broad Overview.
This Genetic Algorithm was written to be understandable by a non-programmer biologist. It is concerned with Populations, the Individuals within the population and the Individuals Genomes and the dna which they contain. The GA has more functionality than a pure GA would need in order to use this as a tool for experimentation.
Population => A collection of Individuals
Individual => The Container for Genomes
Genome => Genetic Material
Evolution => A function which acts on Populations
[population]http://github.com/Katateochi/genetic-algorithm-tool-kit/wikis/population [individual]http://github.com/Katateochi/genetic-algorithm-tool-kit/wikis/individual [genome]http://github.com/Katateochi/genetic-algorithm-tool-kit/wikis/genome [evolution]http://github.com/Katateochi/genetic-algorithm-tool-kit/wikis/evolution