Class Summary |
BareBonesDEVelocityUpdate |
The VelocityUpdateStrategy strategy which uses a DE strategy
where the trial vector is the bare bones attractor point. |
BareBonesExploitVelocityUpdateStrategy |
The VelocityUpdateStrategy strategy for the Bare Bones PSO as
adapted by Kennedy. |
BareBonesVelocityUpdateStrategy |
The VelocityUpdateStrategy strategy for the Bare Bones PSO as
defined by Kennedy. |
CoherenceVelocityUpdate |
Velocity update for the Coherence PSO. |
ConstrictionVelocityUpdate |
A velocity update strategy that utilizes the constriction coefficient as
developed by Clerc. |
FDRVelocityUpdateStrategy |
Implementation of the FDR-PSO velocity update equation. |
FIPSVelocityUpdate |
|
GCVelocityUpdateStrategy |
An implementation of the Guaranteed Convergence PSO algorithm. |
LFVelocityUpdate |
|
LinearVelocityUpdate |
TODO: test this. |
MOVelocityUpdateStrategy |
With Multi-objective PSO s the pBest and lBest (or gBest) particles are replaced with the
concept of local and global guides respectively. |
StandardVelocityUpdate |
Implementation of the standard / default velocity update equation. |