Chromosome (evolutionary algorithm): Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 1:
:''for information on the chromosome in biology, see [[Chromosome]]''
 
In [[genetic algorithm]]s, a '''chromosome''' (also sometimes called a '''genome''') is a set of parameters which define a proposed solution to the problem that the genetic algorithm is trying to solve. The chromosome is often represented as a simple [[string#Mathematics and Computer Science|string]], although a wide variety of other [[data structure]]s are also in use as chromosomes.