moea.mopso.algorithms
Class SPSO

java.lang.Object
  extended by moea.mopso.algorithms.MOPSO
      extended by moea.mopso.algorithms.SPSO

public class SPSO
extends MOPSO


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

pop2

protected Population<Particle> pop2

pop2SizeMax

protected int pop2SizeMax
Constructor Detail

SPSO

public SPSO(java.lang.String name,
            Population<Particle> popIni,
            int maxT)
Method Detail

step

public void step()
Overrides:
step in class MOPSO

getPopulation

public Population<Particle> getPopulation()
Overrides:
getPopulation in class MOPSO