xegaGpDecodeGene: Decode a derivation tree.

View source: R/xegaGpDecode.R

xegaGpDecodeGeneR 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)


xegaGpGene documentation built on June 10, 2025, 9:14 a.m.