pso

Class Candidate

java.lang.Object
  extended by pso.Candidate
Direct Known Subclasses:
PsoParticle

public class Candidate
extends java.lang.Object

storage for position and performance information for particles of interest such as local bests or global best


Field Summary
 float perform
          candidate performance
 java.util.ArrayList<java.lang.Double> pos
          candidate position
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pos

public java.util.ArrayList<java.lang.Double> pos
candidate position


perform

public float perform
candidate performance