A B C D E F G H I J L M N O P R S T U V W X _

F

F - Variable in class es.udc.gii.common.eaf.algorithm.population.jade.JADEIndividual
Value of the F parameter used to generate this individual.
F_plugin - Variable in class es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.de.mutationStrategy.DEMutationStrategy
F is a real factor (F > 0 and F in [0,2]) which controls de amplification of the differential variation.
F_plugin - Variable in class es.udc.gii.common.eaf.log.jade.FandCRParameterLogTool
 
factor - Variable in class es.udc.gii.common.eaf.stoptest.DimensionFEsStopTest
Factor that multiply the dimension of the algorithm and establish the maximum number of function evaluations
FandCRParameterLogTool - Class in es.udc.gii.common.eaf.log.jade
This log tool is used to record the mean values of F and CR during the execution of a JADE Algorithm.
FandCRParameterLogTool() - Constructor for class es.udc.gii.common.eaf.log.jade.FandCRParameterLogTool
 
FEs - Variable in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
fes - Variable in class es.udc.gii.common.eaf.stoptest.MaxFEsStopTest
Number of FEs that a problem has to reach.
fes_index - Variable in class es.udc.gii.common.eaf.log.BestFEsLogTool
 
fes_index - Variable in class es.udc.gii.common.eaf.log.BestIndividualLogTool
 
fes_index - Variable in class es.udc.gii.common.eaf.log.cma.CMABestFEsLogTool
 
fes_index - Variable in class es.udc.gii.common.eaf.log.cma.CMABestIndividualLogTool
 
fes_index - Variable in class es.udc.gii.common.eaf.log.parallel.cma.ParallelCMABestFEsLogTool
 
fes_index - Variable in class es.udc.gii.common.eaf.log.parallel.cma.ParallelCMAFEsLogTool
 
fes_index - Variable in class es.udc.gii.common.eaf.log.parallel.ParallelBestFEsLogTool
 
fes_index - Variable in class es.udc.gii.common.eaf.log.parallel.ParallelFEsLogTool
 
fes_prints - Variable in class es.udc.gii.common.eaf.log.BestFEsLogTool
 
fes_prints - Variable in class es.udc.gii.common.eaf.log.BestIndividualLogTool
 
fes_prints - Variable in class es.udc.gii.common.eaf.log.cma.CMABestFEsLogTool
 
fes_prints - Variable in class es.udc.gii.common.eaf.log.cma.CMABestIndividualLogTool
 
fes_prints - Variable in class es.udc.gii.common.eaf.log.parallel.cma.ParallelCMABestFEsLogTool
 
fes_prints - Variable in class es.udc.gii.common.eaf.log.parallel.cma.ParallelCMAFEsLogTool
 
fes_prints - Variable in class es.udc.gii.common.eaf.log.parallel.ParallelBestFEsLogTool
 
fes_prints - Variable in class es.udc.gii.common.eaf.log.parallel.ParallelFEsLogTool
 
FEsBestMeanLogTool - Class in es.udc.gii.common.eaf.log
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.
FEsBestMeanLogTool() - Constructor for class es.udc.gii.common.eaf.log.FEsBestMeanLogTool
Creates a new instance of BestMeanLogTool
FEsIndividualLogTool - Class in es.udc.gii.common.eaf.log
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.
FEsIndividualLogTool() - Constructor for class es.udc.gii.common.eaf.log.FEsIndividualLogTool
Creates a new instance of BestMeanLogTool
FesPlugin - Class in es.udc.gii.common.eaf.plugin.stoptest
This class implements a plugin with the responsability of return the number of current function evaluations (FEs) executed by the algorithm and the maximum number of FEs allowed to execute.
FesPlugin() - Constructor for class es.udc.gii.common.eaf.plugin.stoptest.FesPlugin
 
FEsStopTest - Class in es.udc.gii.common.eaf.stoptest
A FEsStopTest represents a stop test that depends on the number of function evaluations performed by the algorithm.
FEsStopTest() - Constructor for class es.udc.gii.common.eaf.stoptest.FEsStopTest
 
feStep - Variable in class es.udc.gii.common.eaf.log.BestSoFarFitnessEvolutionLogTool
 
FEsToReachValueLogTool - Class in es.udc.gii.common.eaf.log
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.
FEsToReachValueLogTool() - Constructor for class es.udc.gii.common.eaf.log.FEsToReachValueLogTool
Creates a new instance of BestMeanLogTool
fileExtension - Variable in class es.udc.gii.common.eaf.log.LogTool
 
FINAL_STATE - Static variable in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
finalize() - Method in class es.udc.gii.common.eaf.log.LogTool
 
FIND_ALL - Static variable in class es.udc.gii.common.eaf.util.MOUtil
 
findCell(Individual) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.Hypercube
Finds the cell of an individual.
findNonDominatedIndividuals(List<Individual>, int) - Static method in class es.udc.gii.common.eaf.util.MOUtil
Finds a number of non-dominated individuals.
finish - Variable in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
finish() - Method in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
 
finish() - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
Terminates this migration operator correctly.
finish() - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.evaluation.EvaluationTopology
 
finish() - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.migration.MigrationTopology
Cleans up this topology by finalizing all pending communications.
finished - Variable in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
true if the evaluation process is finished.
FIRST_DOMINATES - Static variable in class es.udc.gii.common.eaf.util.MOUtil
The first individual dominates the second one.
firstLog - Variable in class es.udc.gii.common.eaf.log.parallel.MigrationLogTool
 
firtstInd - Variable in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
Pointer to the first not evaluated individual.
fitness - Variable in class es.udc.gii.common.eaf.algorithm.population.Individual
Fitness value of the individual.
FitnessComparator<T extends Individual> - Class in es.udc.gii.common.eaf.algorithm.fitness.comparator
This abstract class implements the interface Comparator.
FitnessComparator() - Constructor for class es.udc.gii.common.eaf.algorithm.fitness.comparator.FitnessComparator
 
FitnessUtil - Class in es.udc.gii.common.eaf.algorithm.fitness
The class FitnessUtil contains methods for performing fitness statistical operations over individuals.
FitnessUtil() - Constructor for class es.udc.gii.common.eaf.algorithm.fitness.FitnessUtil
 
FlatCrossOver - Class in es.udc.gii.common.eaf.algorithm.operator.reproduction.crossover.real_code
An offspring, H = (h1...hi...hn), is generated, where hi is a randomly (uniformly) chosen value of the interval [c1, c2].
FlatCrossOver() - Constructor for class es.udc.gii.common.eaf.algorithm.operator.reproduction.crossover.real_code.FlatCrossOver
Creates a new instance of FlatCrossOver
folder - Variable in class es.udc.gii.common.eaf.log.LogTool
 
FullConnectedMigrationTopology - Class in es.udc.gii.common.eaf.algorithm.parallel.topology.migration
A full connected migration topology is a migration topology where each node is connected to each other node.
FullConnectedMigrationTopology() - Constructor for class es.udc.gii.common.eaf.algorithm.parallel.topology.migration.FullConnectedMigrationTopology
Creates a new instance of FullConnectedMigrationTopology.
FullConnectedMigrationTopology(int) - Constructor for class es.udc.gii.common.eaf.algorithm.parallel.topology.migration.FullConnectedMigrationTopology
Creates a new instance of FullConnectedMigrationTopology.
functions - Variable in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
The problem's objective functions.

A B C D E F G H I J L M N O P R S T U V W X _