Uses of Class
es.udc.gii.common.eaf.algorithm.operator.evaluate.EvaluationOperator

Packages that use EvaluationOperator
es.udc.gii.common.eaf.algorithm   
es.udc.gii.common.eaf.algorithm.operator.evaluate   
es.udc.gii.common.eaf.algorithm.parallel.operator   
es.udc.gii.common.eaf.factory   
 

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

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

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

Method parameters in es.udc.gii.common.eaf.algorithm with type arguments of type EvaluationOperator
 void EvolutionaryAlgorithm.setEvalChain(OperatorChain<EvaluationOperator> evalChain)
           
 

Uses of EvaluationOperator in es.udc.gii.common.eaf.algorithm.operator.evaluate
 

Subclasses of EvaluationOperator in es.udc.gii.common.eaf.algorithm.operator.evaluate
 class LocalSearchOperator
           
 

Uses of EvaluationOperator in es.udc.gii.common.eaf.algorithm.parallel.operator
 

Subclasses of EvaluationOperator in es.udc.gii.common.eaf.algorithm.parallel.operator
 class MasterSlaveEvaluationOperator
           
 

Fields in es.udc.gii.common.eaf.algorithm.parallel.operator declared as EvaluationOperator
private  EvaluationOperator MasterSlaveEvaluationOperator.operator
           
 

Methods in es.udc.gii.common.eaf.algorithm.parallel.operator that return EvaluationOperator
 EvaluationOperator MasterSlaveEvaluationOperator.getOperator()
           
 

Methods in es.udc.gii.common.eaf.algorithm.parallel.operator with parameters of type EvaluationOperator
 void MasterSlaveEvaluationOperator.setOperator(EvaluationOperator operator)
           
 

Constructors in es.udc.gii.common.eaf.algorithm.parallel.operator with parameters of type EvaluationOperator
MasterSlaveEvaluationOperator(EvaluationOperator operator, int chunkSize)
           
 

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

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