|
||||||||||
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.VEPSOGuideSelectionStrategy
public class VEPSOGuideSelectionStrategy
Vector-Evaluated Particle Swarm Optimisation Guide Selection Strategy
This GuideSelectionStrategy
implements the basic behaviour of VEPSO where each
particle's global guide is selected as the position of a particle within another swarm (see
MultiPopulationCriterionBasedAlgorithm
). Each swarm is evaluated according to a
different sub-objective (see CriterionBasedMOProblemAdapter
) of a Multi-objective
optimisation problem. A KnowledgeTransferStrategy
is used to determine which swarm
is selected (either random or ring-based) as well as which particle's position within this
swarm will be used as guide (usually the gBest particle).
References:
Constructor Summary | |
---|---|
VEPSOGuideSelectionStrategy()
|
|
VEPSOGuideSelectionStrategy(VEPSOGuideSelectionStrategy copy)
|
Method Summary | |
---|---|
VEPSOGuideSelectionStrategy |
getClone()
Create a cloned copy of the current object and return it. |
KnowledgeTransferStrategy |
getKnowledgeTransferStrategy()
|
Vector |
selectGuide(Particle particle)
Selects a guide for particle . |
void |
setKnowledgeTransferStrategy(KnowledgeTransferStrategy knowledgeTransferStrategy)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VEPSOGuideSelectionStrategy()
public VEPSOGuideSelectionStrategy(VEPSOGuideSelectionStrategy copy)
Method Detail |
---|
public VEPSOGuideSelectionStrategy getClone()
Cloneable
getClone
in interface GuideSelectionStrategy
getClone
in interface Cloneable
Object.clone()
public void setKnowledgeTransferStrategy(KnowledgeTransferStrategy knowledgeTransferStrategy)
public KnowledgeTransferStrategy getKnowledgeTransferStrategy()
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 |