Evolutionary systems & genetic algorithms

From GenerativeArt

(Difference between revisions)
Jump to: navigation, search
(Example of Classic Genetic Programming for Problem Solving - Lawrence Fogel)
(Genetic Competition)
The following cycle of genetic competition lies at the core of evolutionary computing:
The following cycle of genetic competition lies at the core of evolutionary computing:
-
{{SingleImage|imageWidthPlusTen=460|imageURL=http://www-viz.tamu.edu/courses/viza658/wiki/genetic/01.jpg|caption=Genetic Competition}}
+
{{SingleImage|imageWidthPlusTen=726|imageURL=http://www-viz.tamu.edu/courses/viza658/wiki/genetic/01.png|caption=Genetic Competition}}
* A number of individuals (chromosomes or sets of genes) are in the population (gene pool) and each has a fitness score.
* A number of individuals (chromosomes or sets of genes) are in the population (gene pool) and each has a fitness score.
* A way to express genotypes to create phenotypes
* A way to express genotypes to create phenotypes
* A way to assign each genotype a score based on an evaluation of the corresponding phenotype
* A way to assign each genotype a score based on an evaluation of the corresponding phenotype
-
 
== Types of Genotype Representations ==
== Types of Genotype Representations ==

Revision as of 17:52, 21 September 2009

Personal tools