xegaGpDecodeGene {xegaGpGene} | R Documentation |
Decode a derivation tree.
Description
xegaGpDecodeGene()
decodes a derivation tree.
Usage
xegaGpDecodeGene(gene, lF)
Arguments
gene |
Derivation tree. |
lF |
Local configuration of the genetic algorithm. |
Details
The recursive algorithm for the decoder is imported
from the package xegaDerivationTrees
.
Value
Decoded gene.
Examples
gene<-xegaGpInitGene(lFxegaGpGene)
xegaGpDecodeGene(gene, lFxegaGpGene)
[Package xegaGpGene version 1.0.0.2 Index]