Uses of Class
es.udc.gii.common.eaf.log.parallel.ParallelLogTool

Packages that use ParallelLogTool
es.udc.gii.common.eaf.log.parallel   
es.udc.gii.common.eaf.log.parallel.cma   
 

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

Subclasses of ParallelLogTool in es.udc.gii.common.eaf.log.parallel
 class BestIndividualLogTool
          A parallel log tool for logging the best individuals of a population.
 class DistributedEvaluationLogTool
          Logs the evaluations in a parallel evolutionary algorithm.
 class MigrationLogTool
          Logs the migrations in a parallel evolutionary algorithm.
 class ParallelBestFEsLogTool
          A parallel log tool for logging the best individual of a population.
 class ParallelBestMeanLogTool
          A parallel log tool for logging the best and mean fitness of a population.
 class ParallelFEsLogTool
          A parallel log tool for logging the best fitness of a population.
 class PopulationLogTool
          Logs the population in each state in a parallel evolutionary algorithm.
 

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

Subclasses of ParallelLogTool in es.udc.gii.common.eaf.log.parallel.cma
 class ParallelCMABestFEsLogTool
          A parallel log tool for logging the best individual of a population.
 class ParallelCMABestMeanLogTool
          A parallel log tool for logging the best and mean fitness of a population.
 class ParallelCMAFEsLogTool
          A parallel log tool for logging the best individual of a population.