粒子群算法 Resources

Showing items tagged with "粒子群算法"

Implementation of PSO's local model demonstrates superior performance compared to global model variants, featuring more reliable convergence to optimal solutions despite slower convergence rates, with key implementations including neighborhood topology management and local best position tracking.

MATLAB 188 views Tagged

My personal collection of intelligent algorithms includes over 20 source code implementations covering: Genetic Algorithm (GA), Ant Colony Optimization (ACO), Particle Swarm Optimization (PSO), Differential Evolution (DE), hybrid algorithms like Genetic-Neural Network, PSO-SVM, and PSO-Neural Network, each featuring distinct optimization strategies and parameter tuning approaches.

MATLAB 185 views Tagged

Application Background: This program implements the Particle Swarm Optimization (PSO) algorithm to optimize Least Squares Support Vector Machine (LSSVM) parameters. Key Technologies: PSO heuristic optimization, LSSVM machine learning, hyperparameter tuning, classification and regression tasks.

MATLAB 179 views Tagged

A MATLAB-implemented dual-fitness particle swarm optimization algorithm demonstrating superior convergence performance, particularly effective for solving optimal power flow and other power system optimization problems. The implementation features dynamic velocity updating and position adjustment mechanisms with dual fitness evaluation for enhanced search capability.

MATLAB 292 views Tagged