xegaGaGeneMap {xegaGaGene} | 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)