|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmoea.mopso.algorithms.MOPSO
moea.mopso.algorithms.SPSO
public class SPSO
Field Summary | |
---|---|
protected Population<Particle> |
pop2
|
protected int |
pop2SizeMax
|
Fields inherited from class moea.mopso.algorithms.MOPSO |
---|
maxT, name, pop, popSizeMax, t |
Constructor Summary | |
---|---|
SPSO(java.lang.String name,
Population<Particle> popIni,
int maxT)
|
Method Summary | |
---|---|
Population<Particle> |
getPopulation()
|
void |
step()
|
Methods inherited from class moea.mopso.algorithms.MOPSO |
---|
done, getMaxT, getName, getT, setMaxT, setT |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Population<Particle> pop2
protected int pop2SizeMax
Constructor Detail |
---|
public SPSO(java.lang.String name, Population<Particle> popIni, int maxT)
Method Detail |
---|
public void step()
step
in class MOPSO
public Population<Particle> getPopulation()
getPopulation
in class MOPSO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |