Access to logged populations.
Simple getter for the logged populations.
getPopulations(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
.
[list
] List of populations.
This functions throws an error if the logger was initialized with log.pop = FALSE
(see initLogger
).
Other logging: getPopulationFitness()
, getStatistics()
, initLogger()
, updateLogger()