|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GuideSelectionStrategy
With Multi-objective PSO
s the pBest and lBest (or gBest) particles are replaced with the
concept of local and global guides respectively. Concrete instances of this class are used during
to select these guides and store it with a Particle
for usage in its VelocityUpdateStrategy
.
Method Summary | |
---|---|
GuideSelectionStrategy |
getClone()
Create a cloned copy of the current object and return it. |
Vector |
selectGuide(Particle particle)
Selects a guide for particle . |
Method Detail |
---|
GuideSelectionStrategy getClone()
Cloneable
getClone
in interface Cloneable
Object.clone()
Vector selectGuide(Particle particle)
particle
.
particle
- The particle who's guide will be selected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |