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 ParticleStateConstrictionMover. attemptMove(Particle p, Particle[] neighbours, ParticleState gBest)ParticleStateFIPSMover. attemptMove(Particle p, Particle[] neighbours, ParticleState gBest)ParticleStateMover. attemptMove(Particle p, Particle[] neighbours, ParticleState gBest)Particle[]NeighbourhoodTopology. neighbours(Particle p, SwarmState ss)voidSwarmState. setParticles(Particle[] particles)
-