Playing with Particle Swarm Optimisation
in Posts on Manipulator, Python, Optimisation
Quick study of PSO for a few test functions
I kept seeing PSO being used in papers to minimise paths for manipulators, so I wrote a quick toy script to test it out. Here’s the results with a Sphere function:
Here’s the results with the Easom function:
And here’s the results with a Cross in tray function:
The Python script used to generate these solutions can be found here - try it out here.