Simple getter for the logged fitness statistics.

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: getPopulations, initLogger, updateLogger