Package es.udc.gii.common.eaf.log.cma

Class Summary
CMABestFEsLogTool 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.
CMABestIndividualLogTool This log tool implements a log tool that record the number of generations performed and the best individual after the replace stage of the algorithm.
CMABestMeanLogTool This log tool implements a log tool that record the number of generations performed, the fitness of the best individual and the mean fitness of the whole population after the replace stage.
CMAFEsBestMeanLogTool 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.
CMAFEsIndividualLogTool 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.
CMAFEsToReachValueLogTool This log tool implements a log tool that record the number of function evaluations needed until reach a fitness value specify in the parameter value.