To deal with the shifted and rotated functions, not only should we focus on the features of these functions, but also we should pay attention to the iterative process of the position and velocity equations.
That is to say,
the convergence analysis can only guarantee the PSO converges to a stationary point but not the global minimum.
To make sure the point is just the global minimum and to make PSO algorithms more efficient, other strategies need to be considered.