jswarm_pso.example_1
Class MyParticle

java.lang.Object
  extended by jswarm_pso.Particle
      extended by jswarm_pso.example_1.MyParticle

public class MyParticle
extends Particle

Simple particle example

Author:
Pablo Cingolani

Constructor Summary
MyParticle()
          Default constructor
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MyParticle

public MyParticle()
Default constructor