Uses of Class
pulse.search.direction.pso.Particle
-
Packages that use Particle Package Description pulse.search.direction.pso -
-
Uses of Particle in pulse.search.direction.pso
Methods in pulse.search.direction.pso that return Particle Modifier and Type Method Description Particle[]
Particle. getNeighbours()
Particle[]
SwarmState. getParticles()
Returns the particles of the swarm.Particle[]
NeighbourhoodTopology. neighbours(Particle p, SwarmState ss)
Methods in pulse.search.direction.pso with parameters of type Particle Modifier and Type Method Description ParticleState
ConstrictionMover. attemptMove(Particle p, Particle[] neighbours, ParticleState gBest)
ParticleState
FIPSMover. attemptMove(Particle p, Particle[] neighbours, ParticleState gBest)
ParticleState
Mover. attemptMove(Particle p, Particle[] neighbours, ParticleState gBest)
Particle[]
NeighbourhoodTopology. neighbours(Particle p, SwarmState ss)
void
SwarmState. setParticles(Particle[] particles)
-