getStatistics: Access the logged statistics.

View source: R/logger.default.R

getStatisticsR Documentation

Access the logged statistics.

Description

Simple getter for the logged fitness statistics.

Usage

getStatistics(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

[data.frame] Logged statistics.

See Also

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


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