|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jswarm_pso.ParticleUpdate
net.sourceforge.jswarm_pso.ParticleUpdateFullyRandom
public class ParticleUpdateFullyRandom
Particle update: Fully random approach Note that rlocal and rother are randomly choosen for each particle and for each dimention
| Constructor Summary | |
|---|---|
ParticleUpdateFullyRandom(Particle particle)
Constructor |
|
| Method Summary | |
|---|---|
void |
update(Swarm swarm,
Particle particle)
Update particle's velocity and position |
| Methods inherited from class net.sourceforge.jswarm_pso.ParticleUpdate |
|---|
begin, end |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParticleUpdateFullyRandom(Particle particle)
particle - : Sample of particles that will be updated later| Method Detail |
|---|
public void update(Swarm swarm,
Particle particle)
update in class ParticleUpdate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||