Zero Velocity
Initializes every particle's velocity to zero. This is the default and a common, stable choice: the swarm is initially driven only by the cognitive and social pulls.
Functions
Link copied to clipboard
open override fun initialVelocity(position: DoubleArray, vMax: DoubleArray, pso: ParticleSwarmSolver): DoubleArray
Produces an initial velocity for a particle.