Uses of Interface
jmetal.util.parallel.IParallelEvaluator

Packages that use IParallelEvaluator
jmetal.metaheuristics.nsgaII   
jmetal.metaheuristics.singleObjective.geneticAlgorithm   
jmetal.metaheuristics.smpso   
jmetal.util.parallel   
 

Uses of IParallelEvaluator in jmetal.metaheuristics.nsgaII
 

Constructors in jmetal.metaheuristics.nsgaII with parameters of type IParallelEvaluator
pNSGAII(Problem problem, IParallelEvaluator evaluator)
          Constructor
 

Uses of IParallelEvaluator in jmetal.metaheuristics.singleObjective.geneticAlgorithm
 

Constructors in jmetal.metaheuristics.singleObjective.geneticAlgorithm with parameters of type IParallelEvaluator
pgGA(Problem problem, IParallelEvaluator evaluator)
          Constructor
 

Uses of IParallelEvaluator in jmetal.metaheuristics.smpso
 

Constructors in jmetal.metaheuristics.smpso with parameters of type IParallelEvaluator
pSMPSO(Problem problem, IParallelEvaluator evaluator)
          Constructor
 

Uses of IParallelEvaluator in jmetal.util.parallel
 

Classes in jmetal.util.parallel that implement IParallelEvaluator
 class MultithreadedEvaluator