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

Class Summary
AllPopulationsLogTool  
BestFEsLogTool 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.
BestIndividualLogTool 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.
BestMeanLogTool 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.
BestSoFarFitnessEvolutionLogTool This log tool logs the fitness of the best individual each n evaluations of the objective function.
FEsBestMeanLogTool 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.
FEsIndividualLogTool 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.
FEsToReachValueLogTool 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.
LogPattern  
LogTool This abstract class represents a log tool, this is used to record the information generated by the algorithm while its execution.
PopulationLogTool This log tool implements a log tool that record the whole algorithm population after the replace stage of the algorithm.