|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmetal.core.Algorithm
jmetal.metaheuristics.spea2.SPEA2
public class SPEA2
This class representing the SPEA2 algorithm
Field Summary | |
---|---|
static int |
TOURNAMENTS_ROUNDS
Defines the number of tournaments for creating the mating pool |
Fields inherited from class jmetal.core.Algorithm |
---|
inputParameters_, operators_, problem_ |
Constructor Summary | |
---|---|
SPEA2(Problem problem)
Constructor. |
Method Summary | |
---|---|
SolutionSet |
execute()
Runs of the Spea2 algorithm. |
Methods inherited from class jmetal.core.Algorithm |
---|
addOperator, getInputParameter, getOperator, getOutputParameter, getProblem, setInputParameter, setOutputParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TOURNAMENTS_ROUNDS
Constructor Detail |
---|
public SPEA2(Problem problem)
problem
- Problem to solveMethod Detail |
---|
public SolutionSet execute() throws JMException, java.lang.ClassNotFoundException
execute
in class Algorithm
SolutionSet
that is a set of non dominated solutions
as a result of the algorithm execution
JMException
java.lang.ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |