Access the logged statistics.
Simple getter for the logged fitness statistics.
getStatistics(log, trim = TRUE)
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
.
[data.frame
] Logged statistics.
Other logging: getPopulationFitness()
, getPopulations()
, initLogger()
, updateLogger()