蚁群算法 Resources

Showing items tagged with "蚁群算法"

My personal collection of intelligent algorithms includes over 20 source code implementations covering: Genetic Algorithm (GA), Ant Colony Optimization (ACO), Particle Swarm Optimization (PSO), Differential Evolution (DE), hybrid algorithms like Genetic-Neural Network, PSO-SVM, and PSO-Neural Network, each featuring distinct optimization strategies and parameter tuning approaches.

MATLAB 202 views Tagged

Neural network improved using ant colony optimization algorithm. ANT_object_func_ant is a neural network objective function generation program that computes fitness values. ANT_ant_new is the main program implementing the complete optimization framework with ant colony-inspired parameter tuning.

MATLAB 233 views Tagged

This comprehensive fuzzy logic toolkit includes complete MATLAB programs with detailed documentation, enabling effective simulations with excellent performance. It covers fuzzy system creation, rule establishment, variable definition, membership function selection, and simulation result analysis. Suitable for both beginners and experienced researchers in fuzzy systems, the package demonstrates practical implementation of ant colony optimization combined with fuzzy logic controllers.

MATLAB 226 views Tagged