Uses of Class
jmetal.core.Problem

Packages that use Problem
jmetal.core   
jmetal.encodings.solutionType   
jmetal.encodings.variable   
jmetal.experiments   
jmetal.metaheuristics.abyss   
jmetal.metaheuristics.cellde   
jmetal.metaheuristics.densea   
jmetal.metaheuristics.dmopso   
jmetal.metaheuristics.fastPGA   
jmetal.metaheuristics.gde3   
jmetal.metaheuristics.ibea   
jmetal.metaheuristics.mocell   
jmetal.metaheuristics.mochc   
jmetal.metaheuristics.moead   
jmetal.metaheuristics.nsgaII   
jmetal.metaheuristics.omopso   
jmetal.metaheuristics.paes   
jmetal.metaheuristics.pesa2   
jmetal.metaheuristics.randomSearch   
jmetal.metaheuristics.singleObjective.cmaes   
jmetal.metaheuristics.singleObjective.differentialEvolution   
jmetal.metaheuristics.singleObjective.evolutionStrategy   
jmetal.metaheuristics.singleObjective.geneticAlgorithm   
jmetal.metaheuristics.singleObjective.particleSwarmOptimization   
jmetal.metaheuristics.smpso   
jmetal.metaheuristics.smsemoa   
jmetal.metaheuristics.spea2   
jmetal.problems   
jmetal.problems.cec2009Competition   
jmetal.problems.DTLZ   
jmetal.problems.LZ09   
jmetal.problems.mqap   
jmetal.problems.singleObjective   
jmetal.problems.WFG   
jmetal.problems.ZDT   
jmetal.qualityIndicator   
jmetal.util   
jmetal.util.parallel   
 

Uses of Problem in jmetal.core
 

Fields in jmetal.core declared as Problem
 Problem SolutionType.problem_
           
protected  Problem Algorithm.problem_
          Stores the problem to solve
 

Methods in jmetal.core that return Problem
 Problem Solution.getProblem()
           
 Problem Algorithm.getProblem()
          Returns the problem to solve
 

Methods in jmetal.core with parameters of type Problem
static Solution Solution.getNewSolution(Problem problem)
           
 

Constructors in jmetal.core with parameters of type Problem
Algorithm(Problem problem)
          Constructor
Solution(Problem problem)
          Constructor.
Solution(Problem problem, Variable[] variables)
          Constructor
SolutionType(Problem problem)
          Constructor
 

Uses of Problem in jmetal.encodings.solutionType
 

Constructors in jmetal.encodings.solutionType with parameters of type Problem
ArrayIntSolutionType(Problem problem)
          Constructor
ArrayRealAndBinarySolutionType(Problem problem, int realVariables, int binaryStringLength)
          Constructor
ArrayRealSolutionType(Problem problem)
          Constructor
BinaryRealSolutionType(Problem problem)
          Constructor
BinarySolutionType(Problem problem)
          Constructor
IntRealSolutionType(Problem problem, int intVariables, int realVariables)
          Constructor
IntSolutionType(Problem problem)
          Constructor
PermutationSolutionType(Problem problem)
          Constructor
RealSolutionType(Problem problem)
          Constructor
 

Uses of Problem in jmetal.encodings.variable
 

Constructors in jmetal.encodings.variable with parameters of type Problem
ArrayInt(int size, Problem problem)
          Constructor
ArrayReal(int size, Problem problem)
          Constructor
 

Uses of Problem in jmetal.experiments
 

Fields in jmetal.experiments declared as Problem
protected  Problem Settings.problem_
           
 

Uses of Problem in jmetal.metaheuristics.abyss
 

Constructors in jmetal.metaheuristics.abyss with parameters of type Problem
AbYSS(Problem problem)
          Constructor.
 

Uses of Problem in jmetal.metaheuristics.cellde
 

Constructors in jmetal.metaheuristics.cellde with parameters of type Problem
CellDE(Problem problem)
          Constructor
 

Uses of Problem in jmetal.metaheuristics.densea
 

Constructors in jmetal.metaheuristics.densea with parameters of type Problem
DENSEA(Problem problem)
           
 

Uses of Problem in jmetal.metaheuristics.dmopso
 

Constructors in jmetal.metaheuristics.dmopso with parameters of type Problem
dMOPSO(Problem problem)
           
dMOPSO(Problem problem, java.util.Vector<java.lang.Double> variables, java.lang.String trueParetoFront)
           
 

Uses of Problem in jmetal.metaheuristics.fastPGA
 

Constructors in jmetal.metaheuristics.fastPGA with parameters of type Problem
FastPGA(Problem problem)
          Constructor Creates a new instance of FastPGA
 

Uses of Problem in jmetal.metaheuristics.gde3
 

Constructors in jmetal.metaheuristics.gde3 with parameters of type Problem
GDE3(Problem problem)
          Constructor
 

Uses of Problem in jmetal.metaheuristics.ibea
 

Constructors in jmetal.metaheuristics.ibea with parameters of type Problem
IBEA(Problem problem)
          Constructor.
 

Uses of Problem in jmetal.metaheuristics.mocell
 

Constructors in jmetal.metaheuristics.mocell with parameters of type Problem
aMOCell1(Problem problem)
          Constructor
aMOCell2(Problem problem)
          Constructor
aMOCell3(Problem problem)
           
MOCell(Problem problem)
           
sMOCell1(Problem problem)
          Constructor
sMOCell2(Problem problem)
          Constructor
 

Uses of Problem in jmetal.metaheuristics.mochc
 

Constructors in jmetal.metaheuristics.mochc with parameters of type Problem
MOCHC(Problem problem)
          Constructor Creates a new instance of MOCHC
 

Uses of Problem in jmetal.metaheuristics.moead
 

Constructors in jmetal.metaheuristics.moead with parameters of type Problem
cMOEAD(Problem problem)
          Constructor
MOEAD_DRA(Problem problem)
          Constructor
MOEAD(Problem problem)
          Constructor
pMOEAD(pMOEAD parentThread, Problem problem, int id, int numberOfThreads)
          Constructor
pMOEAD(Problem problem)
          Constructor
 

Uses of Problem in jmetal.metaheuristics.nsgaII
 

Constructors in jmetal.metaheuristics.nsgaII with parameters of type Problem
NSGAII(Problem problem)
          Constructor
NSGAIIAdaptive(Problem problem)
           
NSGAIIRandom(Problem problem)
           
pNSGAII(Problem problem, IParallelEvaluator evaluator)
          Constructor
ssNSGAII(Problem problem)
          Constructor
ssNSGAIIAdaptive(Problem problem)
           
ssNSGAIIRandom(Problem problem)
           
 

Uses of Problem in jmetal.metaheuristics.omopso
 

Constructors in jmetal.metaheuristics.omopso with parameters of type Problem
OMOPSO(Problem problem)
          Constructor
 

Uses of Problem in jmetal.metaheuristics.paes
 

Constructors in jmetal.metaheuristics.paes with parameters of type Problem
PAES(Problem problem)
          Create a new PAES instance for resolve a problem
 

Uses of Problem in jmetal.metaheuristics.pesa2
 

Constructors in jmetal.metaheuristics.pesa2 with parameters of type Problem
PESA2(Problem problem)
          Constructor Creates a new instance of PESA2
 

Uses of Problem in jmetal.metaheuristics.randomSearch
 

Constructors in jmetal.metaheuristics.randomSearch with parameters of type Problem
RandomSearch(Problem problem)
          Constructor
 

Uses of Problem in jmetal.metaheuristics.singleObjective.cmaes
 

Constructors in jmetal.metaheuristics.singleObjective.cmaes with parameters of type Problem
CMAES(Problem problem)
          Constructor
 

Uses of Problem in jmetal.metaheuristics.singleObjective.differentialEvolution
 

Constructors in jmetal.metaheuristics.singleObjective.differentialEvolution with parameters of type Problem
DE(Problem problem)
          Constructor
 

Uses of Problem in jmetal.metaheuristics.singleObjective.evolutionStrategy
 

Constructors in jmetal.metaheuristics.singleObjective.evolutionStrategy with parameters of type Problem
ElitistES(Problem problem, int mu, int lambda)
          Constructor Create a new ElitistES instance.
NonElitistES(Problem problem, int mu, int lambda)
          Constructor Create a new NonElitistES instance.
 

Uses of Problem in jmetal.metaheuristics.singleObjective.geneticAlgorithm
 

Constructors in jmetal.metaheuristics.singleObjective.geneticAlgorithm with parameters of type Problem
acGA(Problem problem)
          Constructor
gGA(Problem problem)
          Constructor Create a new GGA instance.
pgGA(Problem problem, IParallelEvaluator evaluator)
          Constructor
scGA(Problem problem)
          Constructor
ssGA(Problem problem)
          Constructor Create a new SSGA instance.
 

Uses of Problem in jmetal.metaheuristics.singleObjective.particleSwarmOptimization
 

Constructors in jmetal.metaheuristics.singleObjective.particleSwarmOptimization with parameters of type Problem
PSO(Problem problem)
          Constructor
 

Uses of Problem in jmetal.metaheuristics.smpso
 

Constructors in jmetal.metaheuristics.smpso with parameters of type Problem
pSMPSO(Problem problem, IParallelEvaluator evaluator)
          Constructor
SMPSO(Problem problem)
          Constructor
SMPSO(Problem problem, java.lang.String trueParetoFront)
          Constructor
SMPSO(Problem problem, java.util.Vector<java.lang.Double> variables, java.lang.String trueParetoFront)
           
SMPSOhv(Problem problem)
          Constructor
SMPSOhv(Problem problem, java.lang.String trueParetoFront)
          Constructor
SMPSOhv(Problem problem, java.util.Vector<java.lang.Double> variables, java.lang.String trueParetoFront)
           
 

Uses of Problem in jmetal.metaheuristics.smsemoa
 

Constructors in jmetal.metaheuristics.smsemoa with parameters of type Problem
FastSMSEMOA(Problem problem)
          Constructor
SMSEMOA(Problem problem)
          Constructor
 

Uses of Problem in jmetal.metaheuristics.spea2
 

Constructors in jmetal.metaheuristics.spea2 with parameters of type Problem
SPEA2(Problem problem)
          Constructor.
 

Uses of Problem in jmetal.problems
 

Subclasses of Problem in jmetal.problems
 class Binh2
          Class representing problem Binh2
 class ConstrEx
          Class representing problem Constr_Ex
 class EBEs
          Class representing problem EBEs Spatial Bars Structure (Estructuras de Barras Espaciales)
 class Fonseca
          Class representing problem Fonseca
 class FourBarTruss
          Class representing problem FourBarTruss
 class Golinski
          Class representing problem Golinski.
 class IntRealProblem
          Class representing a problem having N integer and M real variables.
 class Kursawe
          Class representing problem Kursawe
 class mTSP
          Class representing a multi-objective TSP (Traveling Salesman Problem) problem.
 class OKA1
          Class representing problem OKA1
 class OKA2
          Class representing problem OKA2
 class OneZeroMax
          Class representing problem OneZeroMax.
 class Osyczka2
          Class representing problem Oyczka2
 class Poloni
          Class representing problem Poloni.
 class Schaffer
          Class representing problem Schaffer
 class Srinivas
          Class representing problem Srinivas
 class Tanaka
          Class representing problem Tanaka
 class Viennet2
          Class representing problem Viennet2
 class Viennet3
          Class representing problem Viennet3
 class Viennet4
          Class representing problem Viennet4
 class Water
          Class representing problem Water
 

Methods in jmetal.problems that return Problem
 Problem ProblemFactory.getProblem(java.lang.String name, java.lang.Object[] params)
          Creates an object representing a problem
 

Uses of Problem in jmetal.problems.cec2009Competition
 

Subclasses of Problem in jmetal.problems.cec2009Competition
 class UF1
          Class representing problem CEC2009_UF1
 class UF10
          Class representing problem CEC2009_UF10
 class UF2
          Class representing problem CEC2009_UF2
 class UF3
          Class representing problem CEC2009_UF3
 class UF4
          Class representing problem CEC2009_UF4
 class UF5
          Class representing problem CEC2009_UF5
 class UF6
          Class representing problem CEC2009_UF5
 class UF7
          Class representing problem CEC2009_UF7
 class UF8
          Class representing problem CEC2009_UF8
 class UF9
          Class representing problem CEC2009_UF9
 

Uses of Problem in jmetal.problems.DTLZ
 

Subclasses of Problem in jmetal.problems.DTLZ
 class DTLZ1
          Class representing problem DTLZ1
 class DTLZ2
          Class representing problem ZDT2
 class DTLZ3
          Class representing problem DTLZ3
 class DTLZ4
          Class representing problem DTLZ4
 class DTLZ5
          Class representing problem DTLZ5
 class DTLZ6
          Class representing problem DTLZ6
 class DTLZ7
          Class representing problem DTLZ7
 

Uses of Problem in jmetal.problems.LZ09
 

Subclasses of Problem in jmetal.problems.LZ09
 class LZ09_F1
          Class representing problem LZ09_F1
 class LZ09_F2
          Class representing problem LZ09_F2
 class LZ09_F3
          Class representing problem LZ09_F3
 class LZ09_F4
          Class representing problem LZ09_F4
 class LZ09_F5
          Class representing problem LZ09_F5
 class LZ09_F6
          Class representing problem LZ09_F6
 class LZ09_F7
          Class representing problem LZ09_F7
 class LZ09_F8
          Class representing problem LZ09_F8
 class LZ09_F9
          Class representing problem LZ09_F9
 

Uses of Problem in jmetal.problems.mqap
 

Subclasses of Problem in jmetal.problems.mqap
 class mQAP
           
 

Uses of Problem in jmetal.problems.singleObjective
 

Subclasses of Problem in jmetal.problems.singleObjective
 class Griewank
          Class representing problem Griewank
 class OneMax
          Class representing problem OneMax.
 class Rastrigin
           
 class Rosenbrock
           
 class Sphere
          Class representing a Sphere problem.
 class TSP
          Class representing a TSP (Traveling Salesman Problem) problem.
 

Uses of Problem in jmetal.problems.WFG
 

Subclasses of Problem in jmetal.problems.WFG
 class WFG
          Implements a reference abstract class for all WFG test problems Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
 class WFG1
          This class implements the WFG1 problem Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
 class WFG2
          This class implements the WFG2 problem Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
 class WFG3
          This class implements the WFG3 problem Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
 class WFG4
          This class implements the WFG4 problem Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
 class WFG5
          This class implements the WFG5 problem Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
 class WFG6
          This class implements the WFG6 problem Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
 class WFG7
           
 class WFG8
          Creates a default WFG8 problem with 2 position-related parameters, 4 distance-related parameters, and 2 objectives
 class WFG9
          Creates a default WFG9 problem with 2 position-related parameters, 4 distance-related parameters, and 2 objectives
 

Uses of Problem in jmetal.problems.ZDT
 

Subclasses of Problem in jmetal.problems.ZDT
 class ZDT1
          Class representing problem ZDT1
 class ZDT2
          Class representing problem ZDT2
 class ZDT3
          Class representing problem ZDT3
 class ZDT4
          Class representing problem ZDT4
 class ZDT5
          Class representing problem ZDT5
 class ZDT6
          Class representing problem ZDT6
 

Uses of Problem in jmetal.qualityIndicator
 

Constructors in jmetal.qualityIndicator with parameters of type Problem
QualityIndicator(Problem problem, java.lang.String paretoFrontFile)
          Constructor
 

Uses of Problem in jmetal.util
 

Constructors in jmetal.util with parameters of type Problem
FPGAFitness(SolutionSet solutionSet, Problem problem)
          Constructor.
 

Uses of Problem in jmetal.util.parallel
 

Methods in jmetal.util.parallel with parameters of type Problem
 void MultithreadedEvaluator.startEvaluator(Problem problem)
          Constructor
 void IParallelEvaluator.startEvaluator(Problem problem)