This function modifies the log in-place, i.e., without making copies.
updateLogger(log, population, fitness = NULL, n.evals, extras = NULL, ...)
[ecr_logger
]
The log generated by initLogger
.
[list
]
List of individuals.
[matrix
]
Optional matrix of fitness values (each column contains the fitness value(s) for
one individual) of population
. If no matrix is passed and the log shall
store information of the fitness, each individual needs to have an attribute fitness.
[integer(1)
]
Number of fitness function evaluations performed in the last generation.
[list
]
Optional named list of additional scalar values to log.
See log.extras
argument of initLogger
for details.
[any]
Furhter arguments. Not used at the moment.
Other logging:
getPopulationFitness()
,
getPopulations()
,
getStatistics()
,
initLogger()