mkrapp/semic

Move generate_vel_space() to particle_swarm_optimization.py

mkrapp opened this issue · 1 comments

Only PSO uses velocity space. Therefore, only it need to be defined in particle_swarm_optimization.py and called upon initialisation of the particles.

Fixed in 6dc5a80