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