From Robin's Wiki

MastersWork: GrayCode

Gray Code

Gray code is a different genotype(binary)<->phenotype(value) mapping from the standard binary coding. Gray code uses adjacency, so that related phenotypes have genotypes with minimal differences. For example:

ValueBCDGray
0000000
1001001
2010011
3011010
4100110
5101111
6110101
7111100

< Messy GA | ThingsLookedUp

Retrieved from http://www.kallisti.net.nz/MastersWork/GrayCode
Page last modified on January 12, 2005, at 02:50 AM