Uses of Interface
net.sourceforge.cilib.pso.moo.guideupdatestrategies.GuideUpdateStrategy

Packages that use GuideUpdateStrategy
net.sourceforge.cilib.pso.moo.guideupdatestrategies   
net.sourceforge.cilib.pso.velocityupdatestrategies   
 

Uses of GuideUpdateStrategy in net.sourceforge.cilib.pso.moo.guideupdatestrategies
 

Classes in net.sourceforge.cilib.pso.moo.guideupdatestrategies that implement GuideUpdateStrategy
 class DominantGuideUpdateStrategy
           Implementation of GuideUpdateStrategy where a particle's guide gets updated if and only if the new guide dominates the previous guide.
 class StandardGuideUpdateStrategy
           This the standard GuideUpdateStrategy in that it always updates the given particle's guide.
 

Methods in net.sourceforge.cilib.pso.moo.guideupdatestrategies that return GuideUpdateStrategy
 GuideUpdateStrategy GuideUpdateStrategy.getClone()
           
 

Constructors in net.sourceforge.cilib.pso.moo.guideupdatestrategies with parameters of type GuideUpdateStrategy
DominantGuideUpdateStrategy(GuideUpdateStrategy copy)
           
 

Uses of GuideUpdateStrategy in net.sourceforge.cilib.pso.velocityupdatestrategies
 

Methods in net.sourceforge.cilib.pso.velocityupdatestrategies that return GuideUpdateStrategy
 GuideUpdateStrategy MOVelocityUpdateStrategy.getGlobalGuideUpdateStrategy()
           
 GuideUpdateStrategy MOVelocityUpdateStrategy.getLocalGuideUpdateStrategy()
           
 

Methods in net.sourceforge.cilib.pso.velocityupdatestrategies with parameters of type GuideUpdateStrategy
 void MOVelocityUpdateStrategy.setGlobalGuideUpdateStrategy(GuideUpdateStrategy globalGuideUpdateStrategy)
           
 void MOVelocityUpdateStrategy.setLocalGuideUpdateStrategy(GuideUpdateStrategy localGuideUpdateStrategy)
           
 



Copyright © 2009 CIRG. All Rights Reserved.