Class Summary |
BareBonesPositionUpdateStrategy |
Deprecated. Refer to the replacing class. |
BinaryPositionUpdateStrategy |
Binary position update strategy to enable the BinaryPSO. |
BoundedPersonalBestUpdateStrategy |
Update the personal best of the particle, if it is a valid update. |
DEPositionUpdateStrategy |
Implementation of the DE PSO of Hendtlass. |
GaussianPositionUpdateStrategy |
TODO: Complete this javadoc. |
IterationNeighbourhoodBestUpdateStrategy |
|
LinearPositionUpdateStrategy |
This sets the position to the velocity. |
MemoryNeighbourhoodBestUpdateStrategy |
This class..... |
StandardPersonalBestUpdateStrategy |
Update the personal best of the particle, based on the standard PSO definition
of the process. |
StandardPositionUpdateStrategy |
This is the normal position update as described by Kennedy and Eberhart. |