xegaLogEvalsPopulation {xegaPopulation}R Documentation

Combine fitness, generations, and the phentype of the gene.

Description

Combine fitness, generations, and the phentype of the gene.

Usage

xegaLogEvalsPopulation(pop, evallog, generation, lF)

Arguments

pop

Population.

evallog

Evaluation log.

generation

Generation logged.

lF

Local function configuration.

Value

Update of the evaluation log. The evaluation log is a list of decoded and evaluated genes. A list item of the evaluation log has the following elements:

See Also

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

Examples

pop10<-xegaInitPopulation(10, lFxegaGaGene)
epop10<-xegaEvalPopulation(pop10, lFxegaGaGene)
logevals<-list()
logevals
logevals<-xegaLogEvalsPopulation(epop10$pop, logevals, 1, lFxegaGaGene)
logevals

[Package xegaPopulation version 1.0.0.0 Index]