Uses of Class
es.udc.gii.common.eaf.log.LogTool

Packages that use LogTool
es.udc.gii.common.eaf.factory   
es.udc.gii.common.eaf.log   
es.udc.gii.common.eaf.log.cma   
es.udc.gii.common.eaf.log.ma   
es.udc.gii.common.eaf.log.mmga   
es.udc.gii.common.eaf.log.nsga2   
es.udc.gii.common.eaf.log.parallel   
es.udc.gii.common.eaf.log.parallel.cma   
 

Uses of LogTool in es.udc.gii.common.eaf.factory
 

Methods in es.udc.gii.common.eaf.factory that return types with arguments of type LogTool
abstract  java.util.List<LogTool> SimpleFactory.createLogs()
           
 java.util.List<LogTool> XMLSimpleFactory.createLogs()
           
 

Uses of LogTool in es.udc.gii.common.eaf.log
 

Subclasses of LogTool in es.udc.gii.common.eaf.log
 class AllPopulationsLogTool
           
 class BestFEsLogTool
           
 class BestIndividualLogTool
           
 class BestMeanLogTool
           
 class BestSoFarFitnessEvolutionLogTool
          This log tool logs the fitness of the best individual each n evaluations of the objective function.
 class FEsBestMeanLogTool
           
 class FEsIndividualLogTool
           
 class FEsToReachValueLogTool
           
 class PopulationLogTool
           
 

Methods in es.udc.gii.common.eaf.log with parameters of type LogTool
static java.lang.String LogPattern.replace(java.lang.String input, EvolutionaryAlgorithm algorithm, LogTool log)
           
 

Uses of LogTool in es.udc.gii.common.eaf.log.cma
 

Subclasses of LogTool in es.udc.gii.common.eaf.log.cma
 class CMABestFEsLogTool
           
 class CMABestIndividualLogTool
           
 class CMABestMeanLogTool
           
 class CMAFEsBestMeanLogTool
           
 class CMAFEsIndividualLogTool
           
 class CMAFEsToReachValueLogTool
           
 

Uses of LogTool in es.udc.gii.common.eaf.log.ma
 

Subclasses of LogTool in es.udc.gii.common.eaf.log.ma
 class ExtinctLogTool
           
 

Uses of LogTool in es.udc.gii.common.eaf.log.mmga
 

Subclasses of LogTool in es.udc.gii.common.eaf.log.mmga
 class MMGASummaryLogTool
          Logs a summary of a run of a Multiobjective micro-genetic algorithm.
 

Uses of LogTool in es.udc.gii.common.eaf.log.nsga2
 

Subclasses of LogTool in es.udc.gii.common.eaf.log.nsga2
 class NSGA2FinalParetoFrontLogTool
          Logs the final Pareto-front of an evolution with the NSGA2Algorithm.
 class NSGA2LogTool
           
 class NSGA2ObjectiveValuesStatisticsLogTool
          This logtool logs in every generation the minimum, maximun, mean and standard deviation of each objective of the Pareto-front and the whole current population.
 

Uses of LogTool in es.udc.gii.common.eaf.log.parallel
 

Subclasses of LogTool in es.udc.gii.common.eaf.log.parallel
 class DistributedEvaluationLogTool
          Logs the evaluations in a parallel evolutionary algorithm.
 class MigrationLogTool
          Logs the migrations in a parallel evolutionary algorithm.
 class ParallelBestFEsLogTool
           
 class ParallelBestMeanLogTool
           
 class ParallelFEsLogTool
           
 class ParallelLogTool
          A baseclass for logging parallel evolutionary algorithms.
 

Uses of LogTool in es.udc.gii.common.eaf.log.parallel.cma
 

Subclasses of LogTool in es.udc.gii.common.eaf.log.parallel.cma
 class ParallelCMABestFEsLogTool
           
 class ParallelCMABestMeanLogTool
           
 class ParallelCMAFEsLogTool