|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersonalBestUpdateStrategy
Update the personal best of the particle. Updates are done in a variety of manners, refer to implmentations for details.
Method Summary | |
---|---|
PersonalBestUpdateStrategy |
getClone()
Create a cloned copy of the current object and return it. |
void |
updatePersonalBest(Particle particle)
Update the personal best of the provided Particle . |
Method Detail |
---|
PersonalBestUpdateStrategy getClone()
getClone
in interface Cloneable
Object.clone()
void updatePersonalBest(Particle particle)
Particle
.
particle
- The particle to update.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |