Particle Swarm Optimization Algorithm with Compression Factor
This repository contains implementations of various PSO algorithm variants including: PSO with compression factor, weight-improved PSO, adaptive weight method, random weight method, PSO with variable learning factors, asynchronously changing learning factors, second-order PSO, second-order oscillatory PSO, chaotic PSO, hybrid PSO, crossover PSO, and simulated annealing algorithm. The collection provides comprehensive coverage of PSO improvements and variants with practical code implementations.