|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VelocityUpdateStrategy in net.sourceforge.cilib.bioinf.rnaprediction |
---|
Classes in net.sourceforge.cilib.bioinf.rnaprediction that implement VelocityUpdateStrategy | |
---|---|
class |
RNAVelocityUpdate
|
Uses of VelocityUpdateStrategy in net.sourceforge.cilib.entity |
---|
Methods in net.sourceforge.cilib.entity that return VelocityUpdateStrategy | |
---|---|
VelocityUpdateStrategy |
Particle.getVelocityUpdateStrategy()
Get the strategy that will be used to update the velocity. |
Methods in net.sourceforge.cilib.entity with parameters of type VelocityUpdateStrategy | |
---|---|
void |
Particle.setVelocityUpdateStrategy(VelocityUpdateStrategy velocityUpdateStrategy)
Set the VelocityUpdateStrategy to be used during velocity updates. |
Uses of VelocityUpdateStrategy in net.sourceforge.cilib.pso |
---|
Methods in net.sourceforge.cilib.pso with parameters of type VelocityUpdateStrategy | |
---|---|
void |
LFPSO.setVelocityUpdate(VelocityUpdateStrategy vu)
|
Uses of VelocityUpdateStrategy in net.sourceforge.cilib.pso.dynamic |
---|
Classes in net.sourceforge.cilib.pso.dynamic that implement VelocityUpdateStrategy | |
---|---|
class |
ChargedVelocityUpdateStrategy
Velocity update strategy that the so called Charged PSO makes use of. |
class |
QuantumVelocityUpdateStrategy
Velocity update strategy for QSO (Quantum PSO). |
Uses of VelocityUpdateStrategy in net.sourceforge.cilib.pso.particle |
---|
Fields in net.sourceforge.cilib.pso.particle declared as VelocityUpdateStrategy | |
---|---|
protected VelocityUpdateStrategy |
AbstractParticle.velocityUpdateStrategy
|
Methods in net.sourceforge.cilib.pso.particle that return VelocityUpdateStrategy | |
---|---|
VelocityUpdateStrategy |
ParticleDecorator.getVelocityUpdateStrategy()
|
VelocityUpdateStrategy |
AbstractParticle.getVelocityUpdateStrategy()
Get the VelocityUpdateStrategy
of the current particle. |
Methods in net.sourceforge.cilib.pso.particle with parameters of type VelocityUpdateStrategy | |
---|---|
void |
ParticleDecorator.setVelocityUpdateStrategy(VelocityUpdateStrategy velocityUpdateStrategy)
|
void |
AbstractParticle.setVelocityUpdateStrategy(VelocityUpdateStrategy velocityUpdateStrategy)
Set the velocity updating strategy for the particle. |
void |
LFDecorator.updateVelocity(VelocityUpdateStrategy vu)
|
Uses of VelocityUpdateStrategy in net.sourceforge.cilib.pso.velocityupdatestrategies |
---|
Classes in net.sourceforge.cilib.pso.velocityupdatestrategies that implement VelocityUpdateStrategy | |
---|---|
class |
BareBonesDEVelocityUpdate
The VelocityUpdateStrategy strategy which uses a DE strategy where the trial vector is the bare bones attractor point. |
class |
BareBonesExploitVelocityUpdateStrategy
The VelocityUpdateStrategy strategy for the Bare Bones PSO as adapted by Kennedy. |
class |
BareBonesVelocityUpdateStrategy
The VelocityUpdateStrategy strategy for the Bare Bones PSO as defined by Kennedy. |
class |
CoherenceVelocityUpdate
Velocity update for the Coherence PSO. |
class |
ConstrictionVelocityUpdate
A velocity update strategy that utilizes the constriction coefficient as developed by Clerc. |
class |
FDRVelocityUpdateStrategy
Implementation of the FDR-PSO velocity update equation. |
class |
FIPSVelocityUpdate
|
class |
GCVelocityUpdateStrategy
An implementation of the Guaranteed Convergence PSO algorithm. |
class |
LFVelocityUpdate
|
class |
LinearVelocityUpdate
TODO: test this. |
class |
MOVelocityUpdateStrategy
With Multi-objective PSO s the pBest and lBest (or gBest) particles are replaced with the
concept of local and global guides respectively. |
class |
StandardVelocityUpdate
Implementation of the standard / default velocity update equation. |
Methods in net.sourceforge.cilib.pso.velocityupdatestrategies that return VelocityUpdateStrategy | |
---|---|
VelocityUpdateStrategy |
VelocityUpdateStrategy.getClone()
Clone the VelocityUpdateStrategy object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |