粒子群算法 Resources

Showing items tagged with "粒子群算法"

MATLAB implementation of Particle Swarm Optimization algorithm featuring fast search speed, high efficiency, simple algorithmic structure, and suitability for real-valued optimization problems with comprehensive code documentation

MATLAB 196 views Tagged

This hybrid algorithm combines Particle Swarm Optimization with Simulated Annealing, featuring probabilistic jumping capabilities during the search process that effectively prevent convergence to local minima through temperature-controlled acceptance criteria and dynamic parameter adaptation.

MATLAB 205 views Tagged