xegaGaGeneMapPerm | R Documentation |
xegaGaGeneMapPerm()
maps
the bit strings of a binary string
to a permutation of integers.
Example: Traveling Salesman Problem (TSP).
xegaGaGeneMapPerm(gene, penv)
gene |
A binary gene (the genotype). |
penv |
A problem environment. |
A permutation (the decoded gene (the phenotype))
Other Decoder:
xegaGaDecodeGene()
,
xegaGaGeneMap()
,
xegaGaGeneMapGray()
,
xegaGaGeneMapIdentity()
gene<-xegaGaInitGene(lFxegaGaGene)
xegaGaGeneMapPerm(gene$gene1, lFxegaGaGene$penv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.