A Novel Intelligent Algorithm - Glowworm Swarm Optimization (GSO) Algorithm
A novel intelligent algorithm called Glowworm Swarm Optimization (GSO), specifically designed for multimodal function optimization. The implementation includes two MATLAB files: GSO.m serves as the main algorithm driver containing the optimization loop and glowworm movement logic, while J1.m defines the benchmark test function. Users can execute the algorithm directly by running GSO.m in MATLAB, and customize optimization problems by modifying the objective function in J1.m.