|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Particle | |
|---|---|
| lio.search.pso | |
| lio.search.pso.contchain | |
| lio.search.pso.neighbourhoods | |
| Uses of Particle in lio.search.pso |
|---|
| Fields in lio.search.pso declared as Particle | |
|---|---|
protected Particle |
Particle.bestNeighbour
Reference to other particle that is the best of the neighbourhood |
protected Particle[] |
PSO.swarm
Swarm of particles |
| Methods in lio.search.pso that return Particle | |
|---|---|
Particle[] |
SwarmGenerator.generateSwarm(int size)
Generates a swarm of particles. |
Particle |
Particle.getBestNeighbour()
|
| Methods in lio.search.pso with parameters of type Particle | |
|---|---|
void |
Particle.setBestNeighbour(Particle bestNeighbour)
|
void |
Neighbourhood.updateSwarmInformation(Particle[] swarm)
Updates the neighbourhood structure if precise and the references of each particle to the global information. |
| Uses of Particle in lio.search.pso.contchain |
|---|
| Subclasses of Particle in lio.search.pso.contchain | |
|---|---|
class |
StdContParticle
Implements the particle used in PSO algorithms. |
| Methods in lio.search.pso.contchain that return Particle | |
|---|---|
Particle[] |
StdContParticleGenerator.generateSwarm(int nParticles)
Generates a swarm of standard real particles |
| Uses of Particle in lio.search.pso.neighbourhoods |
|---|
| Methods in lio.search.pso.neighbourhoods with parameters of type Particle | |
|---|---|
void |
RingNeighbourhood.updateSwarmInformation(Particle[] swarm)
Updates the neighbourhood structure if precise and the references of each particle to the global information. |
void |
GlobalNeighbourhood.updateSwarmInformation(Particle[] swarm)
Updates all the particle social references to point the best point visited by the whole swarm so far. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||