Class Particle


  • public class Particle
    extends Object
    Class defining a particle - the basic unit of a swarm.
    • Constructor Detail

    • Method Detail

      • getCurrentState

        public ParticleState getCurrentState()
        Returns the current state (position, velocity, fitness) of the particle.
        Returns:
        current state.
      • getBestState

        public ParticleState getBestState()
        Returns the personal best state ever achieved by the particle.
        Returns:
        personal best state.
      • getId

        public int getId()
      • getNeighbours

        public Particle[] getNeighbours()