|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityType.Particle.Guide | |
---|---|
net.sourceforge.cilib.entity | |
net.sourceforge.cilib.pso.moo.guideupdatestrategies |
Uses of EntityType.Particle.Guide in net.sourceforge.cilib.entity |
---|
Methods in net.sourceforge.cilib.entity that return EntityType.Particle.Guide | |
---|---|
static EntityType.Particle.Guide |
EntityType.Particle.Guide.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EntityType.Particle.Guide[] |
EntityType.Particle.Guide.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of EntityType.Particle.Guide in net.sourceforge.cilib.pso.moo.guideupdatestrategies |
---|
Methods in net.sourceforge.cilib.pso.moo.guideupdatestrategies with parameters of type EntityType.Particle.Guide | |
---|---|
void |
StandardGuideUpdateStrategy.updateGuide(Particle particle,
EntityType.Particle.Guide guideType,
Vector newGuide)
|
void |
GuideUpdateStrategy.updateGuide(Particle particle,
EntityType.Particle.Guide guideType,
Vector newGuide)
Determines if particle 's guide (either local or global depending on guideType )
should be updated, and updates it with newGuide . |
void |
DominantGuideUpdateStrategy.updateGuide(Particle particle,
EntityType.Particle.Guide guideType,
Vector newGuide)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |