Learn R Programming

xegaPopulation (version 1.0.0.12)

xegaInitPopulation: Initializes a population of genes.

Description

xegaInitPopulation() initializes a population of genes.

Usage

xegaInitPopulation(popsize, lF)

Value

List of genes.

Arguments

popsize

Population size.

lF

Local function configuration.

See Also

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

Examples

Run this code
pop10<-xegaInitPopulation(10, lFxegaGaGene)

Run the code above in your browser using DataLab