Package lio.search.pso

Interface Summary
Neighbourhood The classes implementing this interface implement methods to update the global information of the particles according to the kind of neighbourhood.
SwarmGenerator The classes implementing this interface generate swarms of particles.
 

Class Summary
Particle This class implement the basic components of a particle.
PSO This class implements the frame for different Particle Swarm Optimization algorithms.