|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Problem in jeco.kernel.algorithm |
---|
Fields in jeco.kernel.algorithm declared as Problem | |
---|---|
protected Problem |
Algorithm.problem
|
Methods in jeco.kernel.algorithm that return Problem | |
---|---|
Problem |
Algorithm.getProblem()
|
Methods in jeco.kernel.algorithm with parameters of type Problem | |
---|---|
void |
Algorithm.setProblem(Problem problem)
|
Constructors in jeco.kernel.algorithm with parameters of type Problem | |
---|---|
Algorithm(java.lang.String name,
Problem problem)
|
Uses of Problem in jeco.kernel.algorithm.moga |
---|
Constructors in jeco.kernel.algorithm.moga with parameters of type Problem | |
---|---|
NSGAII(Problem problem,
int maxPopulationSize,
int maxGenerations,
MutationOperator mutationOperator,
CrossoverOperator crossoverOperator,
SelectionOperator selectionOperator)
|
|
SPEA2(Problem problem,
int maxPopulationSize,
int maxGenerations,
MutationOperator mutationOperator,
CrossoverOperator crossoverOperator,
SelectionOperator selectionOperator)
|
Uses of Problem in jeco.kernel.algorithm.mopso |
---|
Constructors in jeco.kernel.algorithm.mopso with parameters of type Problem | |
---|---|
HNSPSO(Problem problem)
|
|
HNSPSO(Problem problem,
int swarmSize,
int maxT)
|
|
HNSPSO(Problem problem,
int swarmSize,
int maxT,
double w0,
double wT,
double c10,
double c1T,
double c20,
double c2T)
|
|
HNSPSO(Problem problem,
int swarmSize,
int maxT,
double w0,
double wT,
double c10,
double c1T,
double c20,
double c2T,
double chi)
|
|
NSPSO(Problem problem,
int numParticles,
int maxIterations,
double w,
double c1,
double c2)
|
|
NSPSO(Problem problem,
int numParticles,
int maxIterations,
double w,
double c1,
double c2,
double chi)
|
|
NSPSO(Problem problem,
int numParticles,
int maxIterations,
double w,
double c1,
double c2,
double chi,
double topPartPercentage,
java.lang.String sortingMethod)
|
|
OMOPSO(Problem problem,
int populationSize,
int maxT,
double perturbationIndex)
|
Uses of Problem in jeco.kernel.problem |
---|
Constructors in jeco.kernel.problem with parameters of type Problem | |
---|---|
Solution(Problem problem)
|
Uses of Problem in jeco.lib.papers |
---|
Fields in jeco.lib.papers with type parameters of type Problem | |
---|---|
protected java.util.ArrayList<Problem> |
PactWorkshopPaba2008.problems
|
protected java.util.ArrayList<Problem> |
TransOnEvolutionaryComputation2008.problems
|
Methods in jeco.lib.papers with parameters of type Problem | |
---|---|
void |
PactWorkshopPaba2008.initializeAlgorithm(int i,
Problem problem)
|
void |
TransOnEvolutionaryComputation2008.initializeAlgorithm(int i,
Problem problem)
|
Uses of Problem in jeco.lib.problems.combinatorial |
---|
Subclasses of Problem in jeco.lib.problems.combinatorial | |
---|---|
class |
TSP
Class representing a TSP (Traveling Salesman Problem) problem. |
Uses of Problem in jeco.lib.problems.ddts |
---|
Subclasses of Problem in jeco.lib.problems.ddts | |
---|---|
class |
DynamicDataTypes
|
class |
DynamicDataTypesInteger
|
class |
DynamicDataTypesReal
|
Uses of Problem in jeco.lib.problems.dtlz |
---|
Subclasses of Problem in jeco.lib.problems.dtlz | |
---|---|
class |
DTLZ
|
class |
DTLZ2
|
class |
DTLZ5
|
class |
DTLZ7
|
Uses of Problem in jeco.lib.problems.floorplan |
---|
Subclasses of Problem in jeco.lib.problems.floorplan | |
---|---|
class |
FloorplanPolish
|
class |
LiquidChannels
|
Uses of Problem in jeco.lib.problems.zdt |
---|
Subclasses of Problem in jeco.lib.problems.zdt | |
---|---|
class |
ZDT
|
class |
ZDT1
|
class |
ZDT2
|
class |
ZDT3
|
class |
ZDT4
|
class |
ZDT6
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |