This log tool implements a log tool that record the number of function evaluations performed, the
fitness of the best individual and the mean fitness of the whole population after the replace stage.
This log tool implements a log tool that record the number of function evaluations performed and the
best individual after the replace stage of the algorithm.
This class implements a plugin with the responsability of return the number
of current function evaluations (FEs) executed by the algorithm and the maximum number
of FEs allowed to execute.
FesPlugin() -
Constructor for class es.udc.gii.common.eaf.plugin.stoptest.FesPlugin