粒子群算法 Resources

Showing items tagged with "粒子群算法"

A nature-selection-based particle swarm optimization algorithm that runs with customizable parameters. For example: global popsize; % population size %global popnum; % population count global pop; % population %global c0; % velocity inertia coefficient (random number between 0-1) global c1; % individual best guidance coefficient global c2; % global best guidance coefficient global gbest_x; % x-coordinate of global best solution global gbest

MATLAB 310 views Tagged