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 package xegaDerivationTrees
.
Value
Decoded gene. Program.
Examples
gene<-xegaGpInitGene(lFxegaGpGene)
xegaGpDecodeGene(gene, lFxegaGpGene)
[Package xegaGpGene version 1.0.0.0 Index]