xegaGaDecodeGene: Decode a gene.

View source: R/xegaGaDecode.R

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


xegaGaGene documentation built on April 16, 2025, 5:11 p.m.