# File lib/pso.rb, line 100
  def initialize swarm_size, vector_size, rebirth = 0.0
    super
    init_particles InteractiveParticle
  end