jswarm_pso.example_1
Class MyParticle

java.lang.Object
  extended byjswarm_pso.Particle
      extended byjswarm_pso.example_1.MyParticle

public class MyParticle
extends Particle

Simple particle example

Author:
Pablo Cingolani

Field Summary
 
Fields inherited from class jswarm_pso.Particle
 
Constructor Summary
MyParticle()
          Default constructor
 
Methods inherited from class jswarm_pso.Particle
allocate, applyConstraints, copyPosition, copyPosition2Best, getBestFitness, getBestPosition, getDimention, getFitness, getPosition, getVelocity, init, selfFactory, setBestFitness, setBestPosition, setFitness, setPosition, setVelocity, toString, update, updateRepulsive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MyParticle

public MyParticle()
Default constructor