Evolutionary systems & genetic algorithms

From GenerativeArt

(Difference between revisions)
Jump to: navigation, search
(Minimum Requirements for an Evolutionary System)
* The phenotype of each individual is subjected to a fitness function which yields a fitness score for each individual.
* The phenotype of each individual is subjected to a fitness function which yields a fitness score for each individual.
* Those individuals, or optionally only those that exceed a minimum fitness score, are added back into the population
* Those individuals, or optionally only those that exceed a minimum fitness score, are added back into the population
 +
== Minimum Requirements for an Evolutionary System ==
== Minimum Requirements for an Evolutionary System ==
* 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 18:29, 21 September 2009

Personal tools