Chromosome (evolutionary algorithm): Difference between revisions

Content deleted Content added
m relieve link to disambiguation page
No edit summary
Line 4:
 
A genetic algorithm creates many chromosomes, either randomly or by design, as an initial population. These chromosomes are each evaluated by the [[fitness function]], which ranks them according to how good their solution is. The chromosomes which produced the best solutions, relatively speaking within the population, are allowed to breed, called [[crossover (genetic algorithm)|crossover]]. The best chromosomes' data is mixed, hopefully producing a better next generation.
 
2006
 
[[Category:Genetic algorithms]]