getPopulationFitness: Access to logged population fitness.

View source: R/logger.default.R

getPopulationFitnessR Documentation

Access to logged population fitness.

Description

Returns the fitness values of all individuals as a data.frame with columns f1, ..., fo, where o is the number of objectives and column “gen” for generation.

Usage

getPopulationFitness(log, trim = TRUE)

Arguments

log

[ecr_logger]
The log generated by initLogger.

trim

[logical(1)]
Should unused lines in the logged be cut off? Usually one wants this behaviour. Thus the default is TRUE.

Value

[list] List of populations.

See Also

Other logging: getPopulations(), getStatistics(), initLogger(), updateLogger()


ecr documentation built on March 31, 2023, 10:07 p.m.