改进粒子群优化算法 Resources

Showing items tagged with "改进粒子群优化算法"

An improved Particle Swarm Optimization (PSO) algorithm based on hybrid strategies, implemented through two core source files: the main execution program (hpso.m) and parameter configuration module (hPSOoptions.m). The codebase features clean architecture with modular design, facilitating straightforward customization and performance enhancements. Experimental results demonstrate significant improvements over Standard PSO (SPSO) in optimization efficiency.

MATLAB 207 views Tagged

Implementation of fundamental and improved Particle Swarm Optimization algorithms, including: Basic PSO for unconstrained optimization, Constriction Factor PSO, Linearly Decreasing Weight PSO, Adaptive Weight PSO, Random Weight PSO, Synchronous Learning Factor PSO, Asynchronous Learning Factor PSO, Second Order PSO, Second Order Oscillatory PSO, Chaotic PSO, Selection-based PSO

MATLAB 253 views Tagged