Uses of Interface
net.sourceforge.cilib.pso.positionupdatestrategies.NeighbourhoodBestUpdateStrategy

Packages that use NeighbourhoodBestUpdateStrategy
net.sourceforge.cilib.entity   
net.sourceforge.cilib.pso.particle   
net.sourceforge.cilib.pso.positionupdatestrategies   
 

Uses of NeighbourhoodBestUpdateStrategy in net.sourceforge.cilib.entity
 

Methods in net.sourceforge.cilib.entity that return NeighbourhoodBestUpdateStrategy
 NeighbourhoodBestUpdateStrategy SocialEntity.getNeighbourhoodBestUpdateStrategy()
          Get the reference to the currently employed NeighbourhoodBestUpdateStrategy.
 

Methods in net.sourceforge.cilib.entity with parameters of type NeighbourhoodBestUpdateStrategy
 void SocialEntity.setNeighbourhoodBestUpdateStrategy(NeighbourhoodBestUpdateStrategy neighbourhoodBestUpdateStrategy)
          Set the NeighbourhoodBestUpdateStrategy to be used by the Entity.
 

Uses of NeighbourhoodBestUpdateStrategy in net.sourceforge.cilib.pso.particle
 

Fields in net.sourceforge.cilib.pso.particle declared as NeighbourhoodBestUpdateStrategy
protected  NeighbourhoodBestUpdateStrategy AbstractParticle.neighbourhoodBestUpdateStrategy
           
 

Methods in net.sourceforge.cilib.pso.particle that return NeighbourhoodBestUpdateStrategy
 NeighbourhoodBestUpdateStrategy AbstractParticle.getNeighbourhoodBestUpdateStrategy()
          Get the reference to the currently employed NeighbourhoodBestUpdateStrategy.
 

Methods in net.sourceforge.cilib.pso.particle with parameters of type NeighbourhoodBestUpdateStrategy
 void AbstractParticle.setNeighbourhoodBestUpdateStrategy(NeighbourhoodBestUpdateStrategy neighbourhoodBestUpdateStrategy)
          Set the NeighbourhoodBestUpdateStrategy to be used by the Entity.
 

Uses of NeighbourhoodBestUpdateStrategy in net.sourceforge.cilib.pso.positionupdatestrategies
 

Classes in net.sourceforge.cilib.pso.positionupdatestrategies that implement NeighbourhoodBestUpdateStrategy
 class IterationNeighbourhoodBestUpdateStrategy
           
 class MemoryNeighbourhoodBestUpdateStrategy
          This class.....
 

Methods in net.sourceforge.cilib.pso.positionupdatestrategies that return NeighbourhoodBestUpdateStrategy
 NeighbourhoodBestUpdateStrategy NeighbourhoodBestUpdateStrategy.getClone()
          Create a cloned copy of the current object and return it.
 



Copyright © 2009 CIRG. All Rights Reserved.