getStatistics function

Access the logged statistics.

Access the logged statistics.

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.

Returns

[data.frame] Logged statistics.

See Also

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

  • Maintainer: Jakob Bossek
  • License: GPL-3
  • Last published: 2023-03-08