Chromosome (evolutionary algorithm): Difference between revisions

Content deleted Content added
YurikBot (talk | contribs)
No edit summary
Line 2:
 
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 (computer science)|string]], although a wide variety of other [[data structure]]s are also used.
 
zxc
 
== Chromosome design ==