Uses of Interface
lio.search.pso.Neighbourhood

Packages that use Neighbourhood
lio.search.pso   
lio.search.pso.neighbourhoods   
 

Uses of Neighbourhood in lio.search.pso
 

Fields in lio.search.pso declared as Neighbourhood
protected  Neighbourhood PSO.neighbourhood
          Neighbourhood
 

Methods in lio.search.pso that return Neighbourhood
 Neighbourhood PSO.getNeighbourhood()
           
 

Methods in lio.search.pso with parameters of type Neighbourhood
 void PSO.setNeighbourhood(Neighbourhood neighbourhood)
           
 

Uses of Neighbourhood in lio.search.pso.neighbourhoods
 

Classes in lio.search.pso.neighbourhoods that implement Neighbourhood
 class GlobalNeighbourhood
          All Particles reference the best particle in the whole swarm as the social reference.
 class RingNeighbourhood
          Defines an order among particles and neighbourhood information of each one only refers to the best on its radio.