|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.pso.velocityupdatestrategies.BareBonesExploitVelocityUpdateStrategy
public class BareBonesExploitVelocityUpdateStrategy
The VelocityUpdateStrategy strategy for the Bare Bones PSO as adapted by Kennedy. TODO: get the required references
Constructor Summary | |
---|---|
BareBonesExploitVelocityUpdateStrategy()
|
|
BareBonesExploitVelocityUpdateStrategy(BareBonesExploitVelocityUpdateStrategy copy)
|
Method Summary | |
---|---|
BareBonesExploitVelocityUpdateStrategy |
getClone()
Clone the VelocityUpdateStrategy object. |
void |
updateControlParameters(Particle particle)
Update the needed control parameters for the VelocityUpdate, if needed. |
void |
updateVelocity(Particle particle)
Perform the velocity update operation on the specified Particle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BareBonesExploitVelocityUpdateStrategy()
public BareBonesExploitVelocityUpdateStrategy(BareBonesExploitVelocityUpdateStrategy copy)
Method Detail |
---|
public BareBonesExploitVelocityUpdateStrategy getClone()
getClone
in interface VelocityUpdateStrategy
getClone
in interface Cloneable
Object.clone()
public void updateVelocity(Particle particle)
VelocityUpdateStrategy
updateVelocity
in interface VelocityUpdateStrategy
particle
- The Particle to apply the operation on.public void updateControlParameters(Particle particle)
VelocityUpdateStrategy
updateControlParameters
in interface VelocityUpdateStrategy
particle
- The particle for whom the VelocityUpdateStrategy parameters need to be updated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |