Particle Swarm Optimization (PSO) and the Genetic Algorithm (GA) are population-based heuristic search methods inspired by biological phenomena. This paper aims to compare the computational effectiveness and efficiency of PSO and GA through hypothesis testing on benchmark problems and engineering design optimization problems. PSO is described as being similar to GA but with lower computational cost. The hypothesis tested is whether PSO has equal effectiveness to GA in finding optimal solutions but with better computational efficiency through fewer function evaluations. Three benchmark problems and two engineering design problems are used to test the performance of PSO and GA.
Related topics: