Uses of Class
net.sourceforge.cilib.pso.velocityupdatestrategies.StandardVelocityUpdate

Packages that use StandardVelocityUpdate
net.sourceforge.cilib.pso.dynamic   
net.sourceforge.cilib.pso.velocityupdatestrategies   
 

Uses of StandardVelocityUpdate in net.sourceforge.cilib.pso.dynamic
 

Subclasses of StandardVelocityUpdate in net.sourceforge.cilib.pso.dynamic
 class ChargedVelocityUpdateStrategy
          Velocity update strategy that the so called Charged PSO makes use of.
 class QuantumVelocityUpdateStrategy
          Velocity update strategy for QSO (Quantum PSO).
 

Constructors in net.sourceforge.cilib.pso.dynamic with parameters of type StandardVelocityUpdate
QuantumVelocityUpdateStrategy(StandardVelocityUpdate copy)
          Create an copy of the provided instance.
 

Uses of StandardVelocityUpdate in net.sourceforge.cilib.pso.velocityupdatestrategies
 

Subclasses of StandardVelocityUpdate in net.sourceforge.cilib.pso.velocityupdatestrategies
 class CoherenceVelocityUpdate
          Velocity update for the Coherence PSO.
 class FDRVelocityUpdateStrategy
          Implementation of the FDR-PSO velocity update equation.
 class FIPSVelocityUpdate
           
 class GCVelocityUpdateStrategy
           An implementation of the Guaranteed Convergence PSO algorithm.
 class LinearVelocityUpdate
          TODO: test this.
 class MOVelocityUpdateStrategy
           With Multi-objective PSOs the pBest and lBest (or gBest) particles are replaced with the concept of local and global guides respectively.
 

Methods in net.sourceforge.cilib.pso.velocityupdatestrategies that return StandardVelocityUpdate
 StandardVelocityUpdate StandardVelocityUpdate.getClone()
          Clone the VelocityUpdateStrategy object.
 StandardVelocityUpdate LFVelocityUpdate.getStandardVelocityUpdate()
           
 

Methods in net.sourceforge.cilib.pso.velocityupdatestrategies with parameters of type StandardVelocityUpdate
 void LFVelocityUpdate.setStandardVelocityUpdate(StandardVelocityUpdate standard)
           
 

Constructors in net.sourceforge.cilib.pso.velocityupdatestrategies with parameters of type StandardVelocityUpdate
StandardVelocityUpdate(StandardVelocityUpdate copy)
          Copy constructor.
 



Copyright © 2009 CIRG. All Rights Reserved.