getPopulationFitness {ecr} | R Documentation |
Access to logged population fitness.
Description
Returns the fitness values of all individuals as a data.frame with columns f1, ..., fo, where o is the number of objectives and column “gen” for generation.
Usage
getPopulationFitness(log, trim = TRUE)
Arguments
log |
[ |
trim |
[ |
Value
[list
] List of populations.
See Also
Other logging:
getPopulations()
,
getStatistics()
,
initLogger()
,
updateLogger()
[Package ecr version 2.1.1 Index]