Package pulse.search.direction.pso
Interface Mover
-
- All Known Implementing Classes:
ConstrictionMover,FIPSMover
public interface Mover
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParticleStateattemptMove(Particle p, Particle[] neighbours, ParticleState gBest)
-
-
-
Method Detail
-
attemptMove
ParticleState attemptMove(Particle p, Particle[] neighbours, ParticleState gBest)
-
-