Class SwarmState

    • Constructor Detail

      • SwarmState

        public SwarmState()
    • Method Detail

      • create

        public void create()
      • bestSoFar

        public void bestSoFar()
        Returns the best state achieved by any particle so far.
      • setNeighborhoodTopology

        public void setNeighborhoodTopology​(NeighbourhoodTopology neighborhoodTopology)
      • getParticles

        public Particle[] getParticles()
        Returns the particles of the swarm.
        Returns:
        array of Particles.
      • setParticles

        public void setParticles​(Particle[] particles)
      • setBestSoFar

        public void setBestSoFar​(ParticleState bestSoFar)
      • getBestSoFarIndex

        public int getBestSoFarIndex()
      • setBestSoFarIndex

        public void setBestSoFarIndex​(int bestSoFarIndex)