萤火虫群算法 Resources

Showing items tagged with "萤火虫群算法"

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.

MATLAB 230 views Tagged