Uses of Package
net.sourceforge.cilib.pso.particle.initialisation

Packages that use net.sourceforge.cilib.pso.particle.initialisation
net.sourceforge.cilib.entity   
net.sourceforge.cilib.pso.particle   
net.sourceforge.cilib.pso.particle.initialisation   
 

Classes in net.sourceforge.cilib.pso.particle.initialisation used by net.sourceforge.cilib.entity
VelocityInitialisationStrategy
          Interface defining the valid tasks available for velocity intialisation.
 

Classes in net.sourceforge.cilib.pso.particle.initialisation used by net.sourceforge.cilib.pso.particle
PositionInitialisationStrategy
          TODO: Complete this javadoc.
VelocityInitialisationStrategy
          Interface defining the valid tasks available for velocity intialisation.
 

Classes in net.sourceforge.cilib.pso.particle.initialisation used by net.sourceforge.cilib.pso.particle.initialisation
DataSetBasedPositionInitialisationStrategy
          This strategy initializes the position as well as the best position of a Particle using the DataSetBasedCentroidsInitialisationStrategy.
DomainPercentageVelocityInitialisationStrategy
          TODO: this class should be refactored to use the RandomInitialVelocityStrategy or to be a compound operation where the velocity is first randomised and then scaled by a percentage.
PositionInitialisationStrategy
          TODO: Complete this javadoc.
RandomBoundedInitialVelocityStrategy
           
RandomInitialVelocityStrategy
           
RandomizedPositionInitialisationStrategy
          Deprecated. This class is a temporary measure until we can get the DomainParser working as intended. the idea is to be able to specify particle contents via the string and have the randomness applied on initialisation. A specific example is to use this new string when initialising positions with Polar coordinates for example
VelocityInitialisationStrategy
          Interface defining the valid tasks available for velocity intialisation.
ZeroInitialVelocityStrategy
           
 



Copyright © 2009 CIRG. All Rights Reserved.