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

R

races - Variable in class es.udc.gii.common.eaf.algorithm.parallel.topology.Topology
The number of races in the parallel environment.
rand - Static variable in class es.udc.gii.common.eaf.util.EAFRandom
Random generator.
RandomCrossOver - Class in es.udc.gii.common.eaf.algorithm.operator.reproduction.crossover
Operador de cruce por "n" puntos aleatorios.
RandomCrossOver() - Constructor for class es.udc.gii.common.eaf.algorithm.operator.reproduction.crossover.RandomCrossOver
 
RandomCrossOver(int, int) - Constructor for class es.udc.gii.common.eaf.algorithm.operator.reproduction.crossover.RandomCrossOver
 
RandomDEMutationStrategy - Class in es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.de.mutationStrategy
 
RandomDEMutationStrategy() - Constructor for class es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.de.mutationStrategy.RandomDEMutationStrategy
 
RandomIndividual - Class in es.udc.gii.common.eaf.plugin.individual
 
RandomIndividual() - Constructor for class es.udc.gii.common.eaf.plugin.individual.RandomIndividual
 
RandomValue - Class in es.udc.gii.common.eaf.plugin.parameter
A parameter that returns a evenly distributed random value between two given bounds.
RandomValue(double, double) - Constructor for class es.udc.gii.common.eaf.plugin.parameter.RandomValue
 
RandomValue() - Constructor for class es.udc.gii.common.eaf.plugin.parameter.RandomValue
 
rank - Variable in class es.udc.gii.common.eaf.algorithm.population.NSGA2Individual
Rank of this instance, i.e. the number of the Pareto-front to which this instance belongs.
ranking - Variable in class es.udc.gii.common.eaf.algorithm.NSGA2Algorithm
 
readExternal(ObjectInput) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.evaluation.EvaluationObject
 
readExternal(ObjectInput) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.migration.MigrationObject
 
readExternal(ObjectInput) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.operator.MSEnvelope
 
readExternal(ObjectInput) - Method in class es.udc.gii.common.eaf.algorithm.population.Individual
This method is called whenever an instance of this class has to be de-serialized.
readExternal(ObjectInput) - Method in class es.udc.gii.common.eaf.algorithm.population.MaIndividual
 
receive() - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.evaluation.EvaluationTopology
Receives a EvaluationObject from a slave or from a master.
receive() - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.migration.MigrationTopology
Receives a list of MigrationObject from the senders.
receive() - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.operator.MSTopology
Receives a MSEnvelope from a slave or from a master.
RECEIVED - Static variable in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
 
RECEIVED - Static variable in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
 
receivers - Variable in class es.udc.gii.common.eaf.algorithm.parallel.topology.Topology
The ranks of the processes who receive from the process of this object.
removeAllIndividuals(List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.Hypercube
Removes individuals from hypercube.
removeIndividual(Individual) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.Hypercube.Cell
Removes an individual from this cell.
removeIndividual(Individual) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.Hypercube
Removes an individual from hypercube.
removeIndividuals(List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.population.Population
 
removeOperators(T) - Method in class es.udc.gii.common.eaf.algorithm.operator.OperatorChain
Remove an object of type Operator from the List operators.
replace(Population) - Method in class es.udc.gii.common.eaf.algorithm.CMAEvolutionaryAlgorithm
 
replace(Population) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
replace(Population) - Method in class es.udc.gii.common.eaf.algorithm.MacroevolutionaryAlgorithm
 
replace(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.ElitismOperator
 
replace(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.ElitismReevaluateOperator
 
replace(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.EvolutionaryStrategyReplaceOperator
 
replace(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.ParetoFrontReplaceOperator
 
replace(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.PopulationMemoryReplaceOperator
 
replace(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.NSGA2ReplaceOperator
 
replace(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.ReplaceOperator
 
replace(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
The replace method of ReplaceOperator is overwritten and forced to be final so that no subclass can overwrite it.
replace(Population) - Method in class es.udc.gii.common.eaf.algorithm.parallel.ParallelEvolutionaryAlgorithm
 
replace(String, EvolutionaryAlgorithm, LogTool) - Static method in class es.udc.gii.common.eaf.log.LogPattern
 
REPLACE_STATE - Static variable in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
replaceablePartSize - Variable in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.PopulationMemoryReplaceOperator
 
replaceChain - Variable in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
replacementCycle - Variable in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.PopulationMemoryReplaceOperator
 
ReplaceOperator - Class in es.udc.gii.common.eaf.algorithm.operator.replace
 
ReplaceOperator() - Constructor for class es.udc.gii.common.eaf.algorithm.operator.replace.ReplaceOperator
Creates a new instance of ReplaceOperator
replaceWithNominalSolutions(MMGAAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.PopulationMemoryReplaceOperator
 
replaceWithParetoFront(MMGAAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.PopulationMemoryReplaceOperator
 
reproduce(Population) - Method in class es.udc.gii.common.eaf.algorithm.CMAEvolutionaryAlgorithm
 
reproduce(Population) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
reproduce(Population) - Method in class es.udc.gii.common.eaf.algorithm.MacroevolutionaryAlgorithm
 
reproduce(Population) - Method in class es.udc.gii.common.eaf.algorithm.parallel.ParallelEvolutionaryAlgorithm
 
REPRODUCTION_STATE - Static variable in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
reproductionChain - Variable in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
ReproductionOperator - Class in es.udc.gii.common.eaf.algorithm.operator.reproduction
 
ReproductionOperator() - Constructor for class es.udc.gii.common.eaf.algorithm.operator.reproduction.ReproductionOperator
Creates a new instance of ReproductionOperator
reset() - Method in class es.udc.gii.common.eaf.algorithm.fitness.ObjectiveFunction
 
reset() - Method in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation.DistributedEvaluationStatistics
 
reset() - Method in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
Resets this object.
reset() - Method in class es.udc.gii.common.eaf.algorithm.parallel.operator.MasterSlaveEvaluationOperator
Resets this object.
reset() - Method in class es.udc.gii.common.eaf.problem.objective.ObjectiveFunction
 
resetCrowdingDistance(List<NSGA2Individual>) - Method in class es.udc.gii.common.eaf.plugin.multiobjective.crowding.Crowding
Resets the crowding distance of each individual to cero.
resetObjectiveFunctions() - Method in class es.udc.gii.common.eaf.problem.Problem
 
resolve(StopTest) - Method in class es.udc.gii.common.eaf.algorithm.CMAEvolutionaryAlgorithm
 
resolve(StopTest, int) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
resolve(StopTest) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
resolve(StopTest) - Method in class es.udc.gii.common.eaf.algorithm.mga.AbstractMGAAlgorithm
Performs the algorithm.
resolve(StopTest) - Method in class es.udc.gii.common.eaf.algorithm.parallel.ParallelEvolutionaryAlgorithm
 
resolve(StopTest, EvolutionaryAlgorithm) - Method in class es.udc.gii.common.eaf.facade.EAFFacade
 
resolve(String) - Method in class es.udc.gii.common.eaf.facade.EAFFacade
 
resolve(StopTest, EvolutionaryAlgorithm, int) - Method in class es.udc.gii.common.eaf.facade.EAFFacade
 
rho - Variable in class es.udc.gii.common.eaf.algorithm.operator.reproduction.ColonizationOperator
 
rho - Variable in class es.udc.gii.common.eaf.algorithm.operator.reproduction.SeparableColonizationOperator
 
rightComponent - Variable in class es.udc.gii.common.eaf.algorithm.parallel.migration.acceptance.BinaryAcceptancePolicy
Right component of this node.
run() - Method in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation.CommunicationThread
 
run() - Method in class es.udc.gii.common.eaf.algorithm.parallel.operator.MasterSlaveEvaluationOperator.CommunicationThread
 

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