xegaGaGeneMapIdentity | R Documentation |
xegaGaGeneMapIdentity()
maps the bit strings
of a binary vector
to an identical binary vector.
Faster for all problems with single-bit coding.
Examples: Knapsack, Number Partitioning into 2 partitions.
xegaGaGeneMapIdentity(gene, penv)
gene |
A binary gene (the genotype). |
penv |
A problem environment. |
A binary gene (the phenotype).
Other Decoder:
xegaGaDecodeGene()
,
xegaGaGeneMap()
,
xegaGaGeneMapGray()
,
xegaGaGeneMapPerm()
gene<-xegaGaInitGene(lFxegaGaGene)
xegaGaGeneMapIdentity(gene$gene1, lFxegaGaGene$penv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.