多峰函数 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 264 views Tagged

This MATLAB program implements multimodal functions, which are frequently employed in solving multimodal curve problems. The provided code saves significant development time by offering ready-to-use implementations for various distribution types including Gaussian, normal, and Cauchy distributions.

MATLAB 264 views Tagged