Uses of Package
net.sourceforge.cilib.pso.positionupdatestrategies

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

Classes in net.sourceforge.cilib.pso.positionupdatestrategies used by net.sourceforge.cilib.entity
NeighbourhoodBestUpdateStrategy
          Interface specifying the manner in which the neighbourhood best of the Entity is obtained.
PersonalBestUpdateStrategy
          Update the personal best of the particle.
PositionUpdateStrategy
          TODO: Complete this javadoc.
 

Classes in net.sourceforge.cilib.pso.positionupdatestrategies used by net.sourceforge.cilib.pso.dynamic
PositionUpdateStrategy
          TODO: Complete this javadoc.
 

Classes in net.sourceforge.cilib.pso.positionupdatestrategies used by net.sourceforge.cilib.pso.particle
NeighbourhoodBestUpdateStrategy
          Interface specifying the manner in which the neighbourhood best of the Entity is obtained.
PersonalBestUpdateStrategy
          Update the personal best of the particle.
PositionUpdateStrategy
          TODO: Complete this javadoc.
 

Classes in net.sourceforge.cilib.pso.positionupdatestrategies used by net.sourceforge.cilib.pso.positionupdatestrategies
BareBonesPositionUpdateStrategy
          Deprecated. Refer to the replacing class.
BinaryPositionUpdateStrategy
          Binary position update strategy to enable the BinaryPSO.
DEPositionUpdateStrategy
          Implementation of the DE PSO of Hendtlass.
GaussianPositionUpdateStrategy
          TODO: Complete this javadoc.
IterationNeighbourhoodBestUpdateStrategy
           
LinearPositionUpdateStrategy
          This sets the position to the velocity.
MemoryNeighbourhoodBestUpdateStrategy
          This class.....
NeighbourhoodBestUpdateStrategy
          Interface specifying the manner in which the neighbourhood best of the Entity is obtained.
PersonalBestUpdateStrategy
          Update the personal best of the particle.
PositionUpdateStrategy
          TODO: Complete this javadoc.
StandardPersonalBestUpdateStrategy
          Update the personal best of the particle, based on the standard PSO definition of the process.
StandardPositionUpdateStrategy
          This is the normal position update as described by Kennedy and Eberhart.
 



Copyright © 2009 CIRG. All Rights Reserved.