|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PositionUpdateStrategy | |
---|---|
net.sourceforge.cilib.entity | |
net.sourceforge.cilib.pso.dynamic | |
net.sourceforge.cilib.pso.particle | |
net.sourceforge.cilib.pso.positionupdatestrategies |
Uses of PositionUpdateStrategy in net.sourceforge.cilib.entity |
---|
Methods in net.sourceforge.cilib.entity that return PositionUpdateStrategy | |
---|---|
PositionUpdateStrategy |
Particle.getPositionUpdateStrategy()
Get the current PositionUpdateStrategy of the Particle. |
Methods in net.sourceforge.cilib.entity with parameters of type PositionUpdateStrategy | |
---|---|
void |
Particle.setPositionUpdateStrategy(PositionUpdateStrategy positionUpdateStrategy)
Set the PositionUpdateStrategy to use for particle position updates. |
Uses of PositionUpdateStrategy in net.sourceforge.cilib.pso.dynamic |
---|
Classes in net.sourceforge.cilib.pso.dynamic that implement PositionUpdateStrategy | |
---|---|
class |
QuantumPositionUpdateStrategy
Position update strategy for QSO (Quantum PSO). |
Uses of PositionUpdateStrategy in net.sourceforge.cilib.pso.particle |
---|
Fields in net.sourceforge.cilib.pso.particle declared as PositionUpdateStrategy | |
---|---|
protected PositionUpdateStrategy |
AbstractParticle.positionUpdateStrategy
|
Methods in net.sourceforge.cilib.pso.particle that return PositionUpdateStrategy | |
---|---|
PositionUpdateStrategy |
AbstractParticle.getPositionUpdateStrategy()
Get the current PostionUpdateStrategy associated with this Particle. |
Methods in net.sourceforge.cilib.pso.particle with parameters of type PositionUpdateStrategy | |
---|---|
void |
AbstractParticle.setPositionUpdateStrategy(PositionUpdateStrategy positionUpdateStrategy)
Set the PostionUpdateStrategy for the Particle. |
Uses of PositionUpdateStrategy in net.sourceforge.cilib.pso.positionupdatestrategies |
---|
Classes in net.sourceforge.cilib.pso.positionupdatestrategies that implement PositionUpdateStrategy | |
---|---|
class |
BareBonesPositionUpdateStrategy
Deprecated. Refer to the replacing class. |
class |
BinaryPositionUpdateStrategy
Binary position update strategy to enable the BinaryPSO. |
class |
DEPositionUpdateStrategy
Implementation of the DE PSO of Hendtlass. |
class |
GaussianPositionUpdateStrategy
TODO: Complete this javadoc. |
class |
LinearPositionUpdateStrategy
This sets the position to the velocity. |
class |
StandardPositionUpdateStrategy
This is the normal position update as described by Kennedy and Eberhart. |
Methods in net.sourceforge.cilib.pso.positionupdatestrategies that return PositionUpdateStrategy | |
---|---|
PositionUpdateStrategy |
PositionUpdateStrategy.getClone()
Clone the stategy by creating a new object with the same contents and values as the current object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |