Uses of Package
net.sourceforge.cilib.pso.moo.guideselectionstrategies

Packages that use net.sourceforge.cilib.pso.moo.guideselectionstrategies
net.sourceforge.cilib.pso.moo.guideselectionstrategies   
net.sourceforge.cilib.pso.velocityupdatestrategies   
 

Classes in net.sourceforge.cilib.pso.moo.guideselectionstrategies used by net.sourceforge.cilib.pso.moo.guideselectionstrategies
GuideSelectionStrategy
           With Multi-objective PSOs the pBest and lBest (or gBest) particles are replaced with the concept of local and global guides respectively.
NBestGuideSelectionStrategy
           A concrete implementation of GuideSelectionStrategy where the neighbourhood best position of a particle gets selected as a guide (usually global guide).
PBestGuideSelectionStrategy
           A concrete implementation of GuideSelectionStrategy where the personal best position of a particle gets selected as a guide (usually local guide).
VEPSOGuideSelectionStrategy
          Vector-Evaluated Particle Swarm Optimisation Guide Selection Strategy
 

Classes in net.sourceforge.cilib.pso.moo.guideselectionstrategies used by net.sourceforge.cilib.pso.velocityupdatestrategies
GuideSelectionStrategy
           With Multi-objective PSOs the pBest and lBest (or gBest) particles are replaced with the concept of local and global guides respectively.
 



Copyright © 2009 CIRG. All Rights Reserved.