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

S

SAME_GENERATION - Static variable in class es.udc.gii.common.eaf.algorithm.parallel.migration.acceptance.GenerationBasedAcceptance
States that only individuals from other processes in the same generation are going to be considered for inmigration.
SBXCrossOver - Class in es.udc.gii.common.eaf.algorithm.operator.reproduction.crossover
 
SBXCrossOver() - Constructor for class es.udc.gii.common.eaf.algorithm.operator.reproduction.crossover.SBXCrossOver
Creates a new instance of MOPCrossOver
SBXCrossOver(int) - Constructor for class es.udc.gii.common.eaf.algorithm.operator.reproduction.crossover.SBXCrossOver
 
SECOND_DOMINATES - Static variable in class es.udc.gii.common.eaf.util.MOUtil
The second individual dominates the first one.
select(Population) - Method in class es.udc.gii.common.eaf.algorithm.CMAEvolutionaryAlgorithm
 
select(Population) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
select(Population) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryStrategy
 
select(Population) - Method in class es.udc.gii.common.eaf.algorithm.MacroevolutionaryAlgorithm
 
select(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.selection.DeterministicTournamentSelection
 
select(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.selection.ExtintionOperator
 
select(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.selection.LinearRankingSelection
 
select(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.selection.SelectionOperator
 
select(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.selection.TournamentSelection
 
select(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.selection.UniformSelection
 
select(Population) - Method in class es.udc.gii.common.eaf.algorithm.parallel.ParallelEvolutionaryAlgorithm
 
SELECT_STATE - Static variable in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
selectIndividualsForMigration(EvolutionaryAlgorithm, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
Selects the individuals that will be sent to other nodes.
selectionChain - Variable in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
SelectionOperator - Class in es.udc.gii.common.eaf.algorithm.operator.selection
Class SelectionOperator
SelectionOperator() - Constructor for class es.udc.gii.common.eaf.algorithm.operator.selection.SelectionOperator
 
send(EvaluationObject) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.evaluation.EvaluationTopology
Sends a EvaluationObject to a slave or to the master.
send(MigrationObject) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.migration.MigrationTopology
Sends a MigrationObject to the receivers.
send(MSEnvelope) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.operator.MSTopology
Sends a MSEnvelope to a slave or to the master.
senders - Variable in class es.udc.gii.common.eaf.algorithm.parallel.topology.Topology
The ranks of the processes who send to the process of this object.
SENDING - Static variable in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
 
SENT - Static variable in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
 
SeparableColonizationOperator - Class in es.udc.gii.common.eaf.algorithm.operator.reproduction
Modification of the colonzation operator (@see ColonizationOperator) to deal with separable functions.
SeparableColonizationOperator() - Constructor for class es.udc.gii.common.eaf.algorithm.operator.reproduction.SeparableColonizationOperator
 
SerialEvaluationStrategy - Class in es.udc.gii.common.eaf.algorithm.evaluate
 
SerialEvaluationStrategy() - Constructor for class es.udc.gii.common.eaf.algorithm.evaluate.SerialEvaluationStrategy
 
serializeEvalResults - Variable in class es.udc.gii.common.eaf.algorithm.population.Individual
 
serializeGenotype - Variable in class es.udc.gii.common.eaf.algorithm.population.Individual
 
serialVersionUID - Static variable in class es.udc.gii.common.eaf.algorithm.population.MaIndividual
 
setAcceptIndividualsFrom(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.acceptance.GenerationBasedAcceptance
Configures the way individuals are accepted.
setBestFitness(double) - Method in class es.udc.gii.common.eaf.algorithm.population.MaIndividual
 
setBoundaries() - Method in class es.udc.gii.common.eaf.algorithm.CMAEvolutionaryAlgorithm
 
setBoundaries(double[], double[]) - Method in class es.udc.gii.common.eaf.algorithm.CMAEvolutionaryAlgorithm
 
setCheckBounds(boolean) - Method in class es.udc.gii.common.eaf.problem.Problem
 
setChooser(IndividualChooser) - Method in class es.udc.gii.common.eaf.algorithm.operator.evaluate.LocalSearchOperator
 
setChooser(IndividualChooser) - Method in class es.udc.gii.common.eaf.algorithm.operator.reproduction.ColonizationOperator
 
setChooser(IndividualChooser) - Method in class es.udc.gii.common.eaf.algorithm.operator.reproduction.SeparableColonizationOperator
 
setChromosomeAt(int, double[]) - Method in class es.udc.gii.common.eaf.algorithm.population.Individual
Sets a double array chromosome to the current individual at position index.
setChromosomes(DoubleArray[]) - Method in class es.udc.gii.common.eaf.algorithm.population.Individual
Sets an array of chromosomes to the current Individual.
setChunk(int, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
Sets an evaluated chunk in the place where it belongs within the individuals list.
setChunk(int, List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.parallel.operator.MasterSlaveEvaluationOperator
Sets an operated chunk in the place where it belongs within the individuals list.
setChunkSize(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
 
setChunkSize(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.operator.MasterSlaveEvaluationOperator
 
setCMAPopulation() - Method in class es.udc.gii.common.eaf.algorithm.CMAEvolutionaryAlgorithm
 
setCollectStatistics(boolean) - Method in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
 
setComparator(FitnessComparator<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
setComparator(FitnessComparator) - Method in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
 
setComparator(FitnessComparator<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.population.Individual
 
setComparator(FitnessComparator<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.population.MaIndividual
 
setConstraints(List<Double>) - Method in class es.udc.gii.common.eaf.algorithm.population.Individual
Sets the values of the constraint functions evaluate by this individual.
setConstraints(List<Constraint>) - Method in class es.udc.gii.common.eaf.problem.Problem
 
setCrowding(Crowding) - Method in class es.udc.gii.common.eaf.algorithm.NSGA2Algorithm
 
setCrowdingDistance(double) - Method in class es.udc.gii.common.eaf.algorithm.population.NSGA2Individual
Sets the crowding distance.
setDest(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.evaluation.EvaluationObject
 
setDest(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.operator.MSEnvelope
 
setDimension(int[]) - Method in class es.udc.gii.common.eaf.algorithm.population.Individual
 
setDimension(int[]) - Method in class es.udc.gii.common.eaf.algorithm.population.Population
 
setDimIsPeriodic(boolean[]) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.migration.GridMigrationTopology
Sets if a dimension of the grid is periodic (i.e. the last node an the first are connected) for each dimension.
setDominatedIndividuals(List<NSGA2Individual>) - Method in class es.udc.gii.common.eaf.algorithm.population.NSGA2Individual
Sets the list of individuals dominated by this instance.
setDominationCount(int) - Method in class es.udc.gii.common.eaf.algorithm.population.NSGA2Individual
Sets the number of individuals that dominated this instance.
setEa(EvolutionaryAlgorithm) - Method in class es.udc.gii.common.eaf.algorithm.parallel.ParallelEvolutionaryAlgorithm
 
setElitism(int) - Method in class es.udc.gii.common.eaf.algorithm.mga.AbstractMGAAlgorithm
 
setEvalChain(OperatorChain<EvaluationOperator>) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
setEvaluationStrategy(EvaluationStrategy) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
setEvaluationStrategy(SerialEvaluationStrategy) - Method in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
 
setEvaluationStrategy(EvaluationStrategy) - Method in class es.udc.gii.common.eaf.algorithm.parallel.ParallelEvolutionaryAlgorithm
 
setFEs(int) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
setFEs(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.ParallelEvolutionaryAlgorithm
 
setFile(String) - Method in class es.udc.gii.common.eaf.log.LogTool
 
setFinish(boolean) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
setFinish(boolean) - Method in class es.udc.gii.common.eaf.algorithm.parallel.ParallelEvolutionaryAlgorithm
 
setFitness(double) - Method in class es.udc.gii.common.eaf.algorithm.population.Individual
Sets the fitness value of the Individual.
setFitness(double) - Method in class es.udc.gii.common.eaf.algorithm.population.MaIndividual
 
setGeneIndex(int) - Method in class es.udc.gii.common.eaf.algorithm.fitness.comparator.MinimizingGeneValueComparator
 
setGeneration(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.migration.MigrationObject
 
setGenerations(int) - Method in class es.udc.gii.common.eaf.stoptest.EvolveGenerationsStopTest
Set the value of the number of generations that the algorithm will run.
setHowMany(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.selection.BestMigration
 
setHypercubeDivisions(int) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.ParetoFrontReplaceOperator
 
setHypercubeDivisions(int) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.PopulationMemoryReplaceOperator
 
setImprover(IndividualImprover) - Method in class es.udc.gii.common.eaf.algorithm.operator.evaluate.LocalSearchOperator
 
setIndividuals(List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.Hypercube
Set a new list of individuals.
setIndividuals(List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.evaluation.EvaluationObject
 
setIndividuals(List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.migration.MigrationObject
 
setIndividuals(List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.operator.MSEnvelope
 
setIndividuals(List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.population.Population
 
setInitialized(boolean) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.Topology
 
setInitialSolutions(List<Individual>) - Method in class es.udc.gii.common.eaf.algorithm.mga.AbstractMGAAlgorithm
 
setLeftComponent(MigAcceptancePolicy) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.acceptance.BinaryAcceptancePolicy
Set the left component of this node.
setLowerBound(double) - Method in class es.udc.gii.common.eaf.plugin.parameter.RandomValue
 
setMaxGenerations(StopTest) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
setMaximumParetoFrontSize(int) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.ParetoFrontReplaceOperator
 
setMicrogenerations(int) - Method in class es.udc.gii.common.eaf.algorithm.mga.AbstractMGAAlgorithm
 
setMigAcceptancePolicy(MigAcceptancePolicy) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
 
setMigCullingStrategy(MigCullingStrategy) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
 
setMigrationFrequecy(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
 
setMigrationTopology(MigrationTopology) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
 
setMigSelectionStrategy(MigSelectionStrategy) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
 
setNodesPerDimension(int[]) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.migration.GridMigrationTopology
Sets how many nodes will each dimension have.
setNominalConvergence(StopTest) - Method in class es.udc.gii.common.eaf.algorithm.mga.AbstractMGAAlgorithm
 
setNumber(int) - Method in class es.udc.gii.common.eaf.log.parallel.BestIndividualLogTool
 
setObjectiveFunctions(List<ObjectiveFunction>) - Method in class es.udc.gii.common.eaf.problem.Problem
 
setObjectiveIndex(int) - Method in class es.udc.gii.common.eaf.algorithm.fitness.comparator.MinimizingObjectiveComparator
 
setObjectives(List<Double>) - Method in class es.udc.gii.common.eaf.algorithm.population.Individual
Sets the values of the objectives functions evaluate by this individual.
setOperator(EvaluationOperator) - Method in class es.udc.gii.common.eaf.algorithm.parallel.operator.MasterSlaveEvaluationOperator
 
setParameters(Map<String, String>) - Method in class es.udc.gii.common.eaf.log.cma.CMAFEsBestMeanLogTool
 
setParameters(Map<String, String>) - Method in class es.udc.gii.common.eaf.log.cma.CMAFEsToReachValueLogTool
 
setParameters(Map<String, String>) - Method in class es.udc.gii.common.eaf.log.FEsBestMeanLogTool
 
setParameters(Map<String, String>) - Method in class es.udc.gii.common.eaf.log.FEsIndividualLogTool
 
setParameters(Map<String, String>) - Method in class es.udc.gii.common.eaf.log.FEsToReachValueLogTool
 
setParetoFront(Population) - Method in class es.udc.gii.common.eaf.algorithm.mga.MMGAAlgorithm
 
setParetoFrontReplaceOperator(ReplaceOperator) - Method in class es.udc.gii.common.eaf.algorithm.mga.MMGAAlgorithm
 
setPendingMigrants(List<MigrationObject>) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.acceptance.GenerationBasedAcceptance
 
setPopulation(Population) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
setPopulation(Population) - Method in class es.udc.gii.common.eaf.algorithm.MacroevolutionaryAlgorithm
 
setPopulation(Population) - Method in class es.udc.gii.common.eaf.algorithm.NSGA2Algorithm
 
setPopulation(Population) - Method in class es.udc.gii.common.eaf.algorithm.parallel.ParallelEvolutionaryAlgorithm
 
setPopulationMemory(Population) - Method in class es.udc.gii.common.eaf.algorithm.mga.MMGAAlgorithm
 
setPopulationMemoryReplaceOperator(ReplaceOperator) - Method in class es.udc.gii.common.eaf.algorithm.mga.MMGAAlgorithm
 
setPopulationMemorySize(int) - Method in class es.udc.gii.common.eaf.algorithm.mga.MMGAAlgorithm
 
setPopulationSize(int) - Method in class es.udc.gii.common.eaf.config.EAFConfigurationState
 
setProbability(int) - Method in class es.udc.gii.common.eaf.algorithm.operator.reproduction.crossover.CrossOverOperator
 
setProbability(int) - Method in class es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.MutationOperator
 
setProblem(Problem) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
setProblem(Problem) - Method in class es.udc.gii.common.eaf.algorithm.parallel.ParallelEvolutionaryAlgorithm
 
setRaces(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.Topology
 
setRank(int) - Method in class es.udc.gii.common.eaf.algorithm.population.NSGA2Individual
Sets the rank of this individual.
setRanking(NSGA2Ranking) - Method in class es.udc.gii.common.eaf.algorithm.NSGA2Algorithm
 
setReplaceablePartSize(int) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.PopulationMemoryReplaceOperator
 
setReplaceChain(OperatorChain<ReplaceOperator>) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
setReplaceChain(OperatorChain<ReplaceOperator>) - Method in class es.udc.gii.common.eaf.algorithm.parallel.ParallelEvolutionaryAlgorithm
 
setReplacementCycle(int) - Method in class es.udc.gii.common.eaf.algorithm.operator.replace.mmga.PopulationMemoryReplaceOperator
 
setReproductionChain(OperatorChain<ReproductionOperator>) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
setReproductionChain(OperatorChain<ReproductionOperator>) - Method in class es.udc.gii.common.eaf.algorithm.parallel.ParallelEvolutionaryAlgorithm
 
setRho(Parameter) - Method in class es.udc.gii.common.eaf.algorithm.operator.reproduction.ColonizationOperator
 
setRho(Parameter) - Method in class es.udc.gii.common.eaf.algorithm.operator.reproduction.SeparableColonizationOperator
 
setRightComponent(MigAcceptancePolicy) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.acceptance.BinaryAcceptancePolicy
Set the right component of this node.
setSelectionChain(OperatorChain<SelectionOperator>) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
setSelectionChain(OperatorChain<SelectionOperator>) - Method in class es.udc.gii.common.eaf.algorithm.parallel.ParallelEvolutionaryAlgorithm
 
setSerializeEvalResults(boolean) - Method in class es.udc.gii.common.eaf.algorithm.population.Individual
This method controls the behaviour of the serialization of an instance of this class.
setSerializeGenotype(boolean) - Method in class es.udc.gii.common.eaf.algorithm.population.Individual
This method controls the behaviour of the serialization of an instance of this class.
setSize(int) - Method in class es.udc.gii.common.eaf.algorithm.population.Population
 
setSource(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.evaluation.EvaluationObject
 
setSource(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.operator.MSEnvelope
 
setState(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
 
setState(int) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
 
setSurvivor(boolean) - Method in class es.udc.gii.common.eaf.algorithm.population.MaIndividual
 
setSynchronized(boolean) - Method in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
If set to true then before receiving the individuals a synchronization of all process within the topology is performed.
setTau(Parameter) - Method in class es.udc.gii.common.eaf.algorithm.operator.reproduction.ColonizationOperator
 
setTau(Parameter) - Method in class es.udc.gii.common.eaf.algorithm.operator.reproduction.SeparableColonizationOperator
 
setTopology(EvaluationTopology) - Method in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
 
setTopology(MSTopology) - Method in class es.udc.gii.common.eaf.algorithm.parallel.operator.MasterSlaveEvaluationOperator
 
setUpperBound(double) - Method in class es.udc.gii.common.eaf.plugin.parameter.RandomValue
 
setUserTag(String) - Method in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
setViolatedConstraints(int) - Method in class es.udc.gii.common.eaf.algorithm.population.Individual
Sets the number of violated constraints of the Individual.
setWxy(int, int, double) - Method in class es.udc.gii.common.eaf.algorithm.MacroevolutionaryAlgorithm
 
SimpleFactory - Class in es.udc.gii.common.eaf.factory
 
SimpleFactory(String) - Constructor for class es.udc.gii.common.eaf.factory.SimpleFactory
 
SimpleStopTest - Class in es.udc.gii.common.eaf.stoptest
This abstract class implements the interface StopTest.
SimpleStopTest() - Constructor for class es.udc.gii.common.eaf.stoptest.SimpleStopTest
Creates a new instance of SimpleStopTest
SingleObjective - Class in es.udc.gii.common.eaf.algorithm.evaluate
An implementation of EvaluationStrategy interface.
SingleObjective() - Constructor for class es.udc.gii.common.eaf.algorithm.evaluate.SingleObjective
Creates a new instance of SingleObjective
size - Variable in class es.udc.gii.common.eaf.algorithm.population.Population
 
slave(List<ObjectiveFunction>, List<Constraint>) - Method in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
 
slave(EvolutionaryAlgorithm) - Method in class es.udc.gii.common.eaf.algorithm.parallel.operator.MasterSlaveEvaluationOperator
 
source - Variable in class es.udc.gii.common.eaf.algorithm.parallel.topology.evaluation.EvaluationObject
Rank of the source node.
source - Variable in class es.udc.gii.common.eaf.algorithm.parallel.topology.operator.MSEnvelope
Rank of the source node.
Specification - Interface in es.udc.gii.common.eaf.algorithm.productTrader.specification
 
state - Variable in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
state - Variable in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
 
state - Variable in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
 
statistics - Variable in class es.udc.gii.common.eaf.algorithm.parallel.evaluation.DistributedEvaluation
Some statistics: eval time, idle time, total evals, etc.
stopTest - Variable in class es.udc.gii.common.eaf.algorithm.EvolutionaryAlgorithm
 
StopTest - Interface in es.udc.gii.common.eaf.stoptest
This interface represents a stop test.
StopTestPlugin - Class in es.udc.gii.common.eaf.plugin.stoptest
 
StopTestPlugin() - Constructor for class es.udc.gii.common.eaf.plugin.stoptest.StopTestPlugin
 
stopTests - Variable in class es.udc.gii.common.eaf.stoptest.CompositeStopTest
Condicitions' list of a composite stop test.
sumFitnessValue(List<Individual>) - Static method in class es.udc.gii.common.eaf.algorithm.fitness.FitnessUtil
This method recive a list of individuals and return the sum fitness value.
survivor - Variable in class es.udc.gii.common.eaf.algorithm.population.MaIndividual
 
SwapMutation - Class in es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation
 
SwapMutation() - Constructor for class es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.SwapMutation
Creates a new instance of SwapMutation
SwapMutation(int) - Constructor for class es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.SwapMutation
 
synchronize() - Method in class es.udc.gii.common.eaf.algorithm.parallel.topology.Topology
Synchronizes all processes within this topology.
synchronizedReceive - Variable in class es.udc.gii.common.eaf.algorithm.parallel.migration.MigrationOperator
Synchronize all processes before receiving.

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