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: xegaGaGeneMapGray(), xegaGaGeneMapIdentity(), xegaGaGeneMapPerm(), xegaGaGeneMap()

Examples

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


[Package xegaGaGene version 1.0.0.1 Index]