萤火虫算法 Resources

Showing items tagged with "萤火虫算法"

This MATLAB implementation of the Firefly Algorithm, belonging to swarm intelligence algorithms, was developed as a university project. The code features a main program with multiple functions simulating fundamental firefly behaviors, making it highly applicable in artificial intelligence optimization problems.

MATLAB 231 views Tagged

A practical firefly algorithm implementation in MATLAB featuring easy adaptation through test function replacement. Includes guidelines for parameter adjustment such as firefly population size and light absorption coefficient.

MATLAB 208 views Tagged

This MATLAB code implements the Firefly Algorithm, a swarm intelligence optimization method. Developed as a university project, it features a main program with auxiliary functions simulating fundamental firefly behaviors, making it particularly suitable for artificial intelligence applications. The implementation includes attraction mechanisms based on brightness and distance calculations.

MATLAB 231 views Tagged