xegaDfDecodeGene {xegaDfGene} | R Documentation |
Decode a gene
Description
xegaDfDecodeGene
decodes a real gene.
Usage
xegaDfDecodeGene(gene, lF)
Arguments
gene |
Real gene |
lF |
Local configuration of the genetic algorithm |
Details
xegaDfDecodeGene
is the identy function.
Value
Decoded gene.
See Also
Other Decoder:
xegaDfGeneMapIdentity()
Examples
gene<-xegaDfInitGene(lFxegaDfGene)
xegaDfDecodeGene(gene, lFxegaDfGene)
[Package xegaDfGene version 1.0.0.0 Index]