xegaGaDecodeGene {xegaGaGene} | R Documentation |
xegaGaDecodeGene
decodes a binary gene.
xegaGaDecodeGene(gene, lF)
gene |
A binary gene (the genotype). |
lF |
The local configuration of the genetic algorithm. |
The decoded gene (the phenotype).
Other Decoder:
xegaGaGeneMapGray()
,
xegaGaGeneMapIdentity()
,
xegaGaGeneMapPerm()
,
xegaGaGeneMap()
gene<-xegaGaInitGene(lFxegaGaGene)
xegaGaDecodeGene(gene, lFxegaGaGene)