|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.pso.moo.guideselectionstrategies.DNGuideSelectionStrategy
public class DNGuideSelectionStrategy
Dynamic Neighbourhood Guide Selection Strategy Placeholder class for anybody interested in implementing this Multi-objective PSO. The reference where the implementation details can be found is:
References:
Constructor Summary | |
---|---|
DNGuideSelectionStrategy()
|
Method Summary | |
---|---|
GuideSelectionStrategy |
getClone()
Create a cloned copy of the current object and return it. |
Vector |
selectGuide(Particle particle)
Selects a guide for particle . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DNGuideSelectionStrategy()
Method Detail |
---|
public GuideSelectionStrategy getClone()
Cloneable
getClone
in interface GuideSelectionStrategy
getClone
in interface Cloneable
Object.clone()
public Vector selectGuide(Particle particle)
GuideSelectionStrategy
particle
.
selectGuide
in interface GuideSelectionStrategy
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 |