xegaPermDecodeGene: Decode a permutation.

View source: R/xegaPermDecode.R

xegaPermDecodeGeneR Documentation

Decode a permutation.

Description

xegaPermDecodeGene decodes a permutation gene.

Usage

xegaPermDecodeGene(gene, lF)

Arguments

gene

Permutation.

lF

Local configuration of the genetic algorithm.

Details

xegaPermDecodeGene is the identy function.

Value

A permutation gene.

Examples

g<-xegaPermInitGene(lFxegaPermGene)
xegaPermDecodeGene(g)

xegaPermGene documentation built on May 29, 2024, 3:13 a.m.