xegaInitPopulation {xegaPopulation}R Documentation

Initializes a population of genes.

Description

xegaInitPopulation() initializes a population of genes.

Usage

xegaInitPopulation(popsize, lF)

Arguments

popsize

Population size.

lF

Local function configuration.

Value

List of genes.

See Also

Other Population Layer: xegaBestGeneInPopulation(), xegaBestInPopulation(), xegaEvalPopulation(), xegaLogEvalsPopulation(), xegaNextPopulation(), xegaObservePopulation(), xegaSummaryPopulation()

Examples

pop10<-xegaInitPopulation(10, lFxegaGaGene)


[Package xegaPopulation version 1.0.0.0 Index]