GSA Resources

Showing items tagged with "GSA"

A hybrid population-based optimization algorithm (PSOGSA) that synergistically combines Particle Swarm Optimization (PSO) and Gravitational Search Algorithm (GSA). The methodology integrates PSO's exploitation capability with GSA's exploration strength through velocity update mechanisms incorporating both social behavior and gravitational forces.

MATLAB 281 views Tagged

The Gravitational Search Algorithm (GSA) is a novel heuristic optimization algorithm proposed by Esmat Rashedi and colleagues at Kerman University, Iran, in 2009. Inspired by the simulation of gravitational forces in physics, it belongs to the category of swarm intelligence optimization algorithms. GSA operates by treating search particles as celestial bodies moving through space, where gravitational interactions guide their motion according to dynamical laws. Particles with higher fitness values possess greater inertial mass, and gravitational forces drive all particles toward the heaviest mass, thus gradually converging to the optimal solution. In implementation, the algorithm calculates masses based on fitness values, updates velocities using gravitational forces, and iteratively refines particle positions. GSA demonstrates strong global search capabilities and rapid convergence for complex optimization problems.

MATLAB 246 views Tagged