net.sourceforge.jswarm_pso.example_1
Class MyParticle

java.lang.Object
  extended by net.sourceforge.jswarm_pso.Particle
      extended by net.sourceforge.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 net.sourceforge.jswarm_pso.Particle
allocate, applyConstraints, copyPosition, copyPosition2Best, getBestFitness, getBestPosition, getDimention, getFitness, getPosition, getVelocity, init, selfFactory, setBestFitness, setBestPosition, setFitness, setPosition, setVelocity, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MyParticle

public MyParticle()
Default constructor