xegaPermDecodeGene {xegaPermGene}R 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)

[Package xegaPermGene version 1.0.0.0 Index]