xegaGaGeneMap | R Documentation |
xegaGaGeneMap()
maps the bit strings of a binary string
to parameters in an interval.
Bit vectors are mapped into equispaced numbers in the interval.
Examples: Optimization of problems with real-valued
parameter vectors.
xegaGaGeneMap(gene, penv)
gene |
A binary gene (the genotype). |
penv |
A problem environment. |
The decoded gene (the phenotype).
Other Decoder:
xegaGaDecodeGene()
,
xegaGaGeneMapGray()
,
xegaGaGeneMapIdentity()
,
xegaGaGeneMapPerm()
gene<-xegaGaInitGene(lFxegaGaGene)
xegaGaGeneMap(gene$gene1, lFxegaGaGene$penv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.