xegaGaDecodeGene {xegaGaGene}R Documentation

Decode a gene.

Description

xegaGaDecodeGene() decodes a binary gene.

Usage

xegaGaDecodeGene(gene, lF)

Arguments

gene

A binary gene (the genotype).

lF

The local configuration of the genetic algorithm.

Value

The decoded gene (the phenotype).

See Also

Other Decoder: xegaGaGeneMap(), xegaGaGeneMapGray(), xegaGaGeneMapIdentity(), xegaGaGeneMapPerm()

Examples

gene<-xegaGaInitGene(lFxegaGaGene)
xegaGaDecodeGene(gene, lFxegaGaGene)


[Package xegaGaGene version 1.0.0.2 Index]