Uses of Class
es.udc.gii.common.eaf.problem.Problem

Packages that use Problem
es.udc.gii.common.eaf.algorithm   
es.udc.gii.common.eaf.algorithm.parallel   
es.udc.gii.common.eaf.factory   
 

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

Fields in es.udc.gii.common.eaf.algorithm declared as Problem
private  Problem EvolutionaryAlgorithm.problem
           
 

Methods in es.udc.gii.common.eaf.algorithm that return Problem
 Problem EvolutionaryAlgorithm.getProblem()
           
 

Methods in es.udc.gii.common.eaf.algorithm with parameters of type Problem
protected  void EvolutionaryAlgorithm.evaluate(Problem problem, Population population)
           
protected  void MacroevolutionaryAlgorithm.evaluate(Problem problem, Population population)
           
protected  void NSGA2Algorithm.evaluate(Problem problem, Population population)
           
 void EvolutionaryAlgorithm.setProblem(Problem problem)
           
 

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

Methods in es.udc.gii.common.eaf.algorithm.parallel that return Problem
 Problem ParallelEvolutionaryAlgorithm.getProblem()
           
 

Methods in es.udc.gii.common.eaf.algorithm.parallel with parameters of type Problem
protected  void ParallelEvolutionaryAlgorithm.evaluate(Problem problem, Population population)
           
 void ParallelEvolutionaryAlgorithm.setProblem(Problem problem)
           
 

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

Methods in es.udc.gii.common.eaf.factory that return Problem
abstract  Problem SimpleFactory.createProblem()
           
 Problem XMLSimpleFactory.createProblem()