Uses of Class
pulse.search.direction.pso.ParticleState
-
Packages that use ParticleState Package Description pulse.search.direction.pso -
-
Uses of ParticleState in pulse.search.direction.pso
Methods in pulse.search.direction.pso that return ParticleState 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)ParticleStateSwarmState. getBestSoFar()ParticleStateParticle. getBestState()Returns the personal best state ever achieved by the particle.ParticleStateParticle. getCurrentState()Returns the current state (position, velocity, fitness) of the particle.Methods in pulse.search.direction.pso with parameters of type ParticleState Modifier and Type Method Description voidParticle. adopt(ParticleState state)ParticleStateConstrictionMover. attemptMove(Particle p, Particle[] neighbours, ParticleState gBest)ParticleStateFIPSMover. attemptMove(Particle p, Particle[] neighbours, ParticleState gBest)ParticleStateMover. attemptMove(Particle p, Particle[] neighbours, ParticleState gBest)booleanParticleState. isBetterThan(ParticleState s)voidSwarmState. setBestSoFar(ParticleState bestSoFar)Constructors in pulse.search.direction.pso with parameters of type ParticleState Constructor Description Particle(ParticleState cur, int id)ParticleState(ParticleState another)
-