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

Interface Summary
GuideSelectionStrategy With Multi-objective PSOs the pBest and lBest (or gBest) particles are replaced with the concept of local and global guides respectively.
 

Class Summary
DNGuideSelectionStrategy Dynamic Neighbourhood Guide Selection Strategy Placeholder class for anybody interested in implementing this Multi-objective PSO.
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
 



Copyright © 2009 CIRG. All Rights Reserved.