粒子群优化算法 Resources

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

This MATLAB program implements a hybrid optimization approach combining Genetic Algorithm (GA) and Particle Swarm Optimization (PSO), featuring significantly improved optimization efficiency and robust avoidance of local optima through integrated evolutionary and swarm intelligence mechanisms.

MATLAB 193 views Tagged

Intelligent Optimization Algorithm: Particle Swarm Optimization (PSO) implemented for neural network optimization. Features configurations with no hidden layer, one hidden layer, and two hidden layers. Execute DemoTrainPSO.m to run the demonstration. The program includes swarm initialization, velocity updates, and fitness evaluation using neural network error metrics. Code origin: Brian Birge NCSU.

MATLAB 201 views Tagged