Particle Swarm Optimization (PSO)
An optimization algorithm inspired by bird flocking and fish schooling. Each particle explores the
search space, remembering its best position and being influenced by the swarm's global best. This
collective behavior emerges into an efficient optimization strategy for finding function minima.