This document discusses modifications made to the particle swarm optimization (PSO) algorithm to overcome disadvantages of the standard PSO. It provides background on PSO, describing it as a population-based heuristic optimization technique inspired by bird flocking. The document then reviews the standard PSO algorithm and its advantages, including simple concept, easy implementation, and robustness. It also notes some limitations like slow convergence near optima. The paper aims to study modifications to PSO parameters and performance to address such limitations.