|
||||||||||
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.dmopso.dMOPSO
public class dMOPSO
Field Summary |
---|
Fields inherited from class jmetal.core.Algorithm |
---|
inputParameters_, operators_, problem_ |
Constructor Summary | |
---|---|
dMOPSO(Problem problem)
|
|
dMOPSO(Problem problem,
java.util.Vector<java.lang.Double> variables,
java.lang.String trueParetoFront)
|
Method Summary | |
---|---|
SolutionSet |
execute()
Runs of the dMOPSO algorithm. |
void |
initParams()
Initialize all parameter of the 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 |
Constructor Detail |
---|
public dMOPSO(Problem problem)
public dMOPSO(Problem problem, java.util.Vector<java.lang.Double> variables, java.lang.String trueParetoFront) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Method Detail |
---|
public void initParams()
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 |