Uses of Class
es.udc.gii.common.eaf.algorithm.operator.replace.ReplaceOperator

Packages that use ReplaceOperator
es.udc.gii.common.eaf.algorithm   
es.udc.gii.common.eaf.algorithm.mga   
es.udc.gii.common.eaf.algorithm.operator.replace   
es.udc.gii.common.eaf.algorithm.operator.replace.mmga   
es.udc.gii.common.eaf.algorithm.parallel   
es.udc.gii.common.eaf.algorithm.parallel.migration   
es.udc.gii.common.eaf.factory   
 

Uses of ReplaceOperator in es.udc.gii.common.eaf.algorithm
 

Fields in es.udc.gii.common.eaf.algorithm with type parameters of type ReplaceOperator
private  OperatorChain<ReplaceOperator> EvolutionaryAlgorithm.replaceChain
           
 

Methods in es.udc.gii.common.eaf.algorithm that return types with arguments of type ReplaceOperator
 OperatorChain<ReplaceOperator> EvolutionaryAlgorithm.getReplaceChain()
           
 

Method parameters in es.udc.gii.common.eaf.algorithm with type arguments of type ReplaceOperator
 void EvolutionaryAlgorithm.setReplaceChain(OperatorChain<ReplaceOperator> replaceChain)
           
 

Uses of ReplaceOperator in es.udc.gii.common.eaf.algorithm.mga
 

Fields in es.udc.gii.common.eaf.algorithm.mga declared as ReplaceOperator
private  ReplaceOperator MMGAAlgorithm.paretoFrontReplaceOperator
          Replace operator for the external memory, i.e. the Pareto-front.
private  ReplaceOperator MMGAAlgorithm.populationMemoryReplaceOperator
          Replaceoperator for the population memory.
 

Methods in es.udc.gii.common.eaf.algorithm.mga with parameters of type ReplaceOperator
 void MMGAAlgorithm.setParetoFrontReplaceOperator(ReplaceOperator paretoFrontReplaceOperator)
           
 void MMGAAlgorithm.setPopulationMemoryReplaceOperator(ReplaceOperator populationMemoryReplaceOperator)
           
 

Uses of ReplaceOperator in es.udc.gii.common.eaf.algorithm.operator.replace
 

Subclasses of ReplaceOperator in es.udc.gii.common.eaf.algorithm.operator.replace
 class ElitismOperator
          This operator implements a replace operator with elitism.
 class ElitismReevaluateOperator
          This operator implements a replace operator with elitism.
 class EvolutionaryStrategyReplaceOperator
           
 class NSGA2ReplaceOperator
          The replace operator for the NSGA2Algorithm.
 

Uses of ReplaceOperator in es.udc.gii.common.eaf.algorithm.operator.replace.mmga
 

Subclasses of ReplaceOperator in es.udc.gii.common.eaf.algorithm.operator.replace.mmga
 class ParetoFrontReplaceOperator
          This class implements a replace operator for the Pareto-front of a micro- genetic algorithm.
 class PopulationMemoryReplaceOperator
          This class implements a replace operator for replacing the population memory of a micro-genetic algorithm for mutiobjective problems.
 

Uses of ReplaceOperator in es.udc.gii.common.eaf.algorithm.parallel
 

Methods in es.udc.gii.common.eaf.algorithm.parallel that return types with arguments of type ReplaceOperator
 OperatorChain<ReplaceOperator> ParallelEvolutionaryAlgorithm.getReplaceChain()
           
 

Method parameters in es.udc.gii.common.eaf.algorithm.parallel with type arguments of type ReplaceOperator
 void ParallelEvolutionaryAlgorithm.setReplaceChain(OperatorChain<ReplaceOperator> replaceChain)
           
 

Uses of ReplaceOperator in es.udc.gii.common.eaf.algorithm.parallel.migration
 

Subclasses of ReplaceOperator in es.udc.gii.common.eaf.algorithm.parallel.migration
 class MigrationOperator
          A migration operator is a replace operator that performs the exchange of genetic material between two islands in a parallel evolutionary algorithm, where this makes sense (i.e. in an island model).
 

Uses of ReplaceOperator in es.udc.gii.common.eaf.factory
 

Methods in es.udc.gii.common.eaf.factory that return types with arguments of type ReplaceOperator
abstract  OperatorChain<ReplaceOperator> SimpleFactory.createReplaceChain()
           
 OperatorChain<ReplaceOperator> XMLSimpleFactory.createReplaceChain()