|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
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. |
class |
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. |
class |
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. |
class |
BestSoFarFitnessEvolutionLogTool
This log tool logs the fitness of the best individual each n evaluations of the objective function. |
class |
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. |
class |
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. |
class |
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. |
class |
PopulationLogTool
This log tool implements a log tool that record the whole algorithm population after the replace stage of the algorithm. |
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
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. |
class |
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. |
class |
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. |
class |
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. |
class |
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. |
class |
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. |
Uses of LogTool in es.udc.gii.common.eaf.log.jade |
---|
Subclasses of LogTool in es.udc.gii.common.eaf.log.jade | |
---|---|
class |
FandCRParameterLogTool
This log tool is used to record the mean values of F and CR during the execution of a JADE Algorithm. |
Uses of LogTool in es.udc.gii.common.eaf.log.ma |
---|
Subclasses of LogTool in es.udc.gii.common.eaf.log.ma | |
---|---|
class |
ExtinctLogTool
Logs the extincted individuals in each generation of a MacroevolutionaryAlgorithm . |
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
The base class for all NSGA2 log tools. |
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
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 |
ParallelLogTool
The base class for all parallel log tools. |
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
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |