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 |