Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
Traveling all over the country
4.0
1. Ant colony algorithm is used to solve TSP problem, and the optimization idea of ant colony algorithm under multi-objective superposition is considered;
jerry895768
2016-08-23
4
1
MATLAB GUI example source code to simulate Ant Col
4.0
For simulation of Ant Colony algorithm for path optimization MATLAB GUI example program code, writing through  the MATLAB GUI framework, vivid and lifelike,  Very good interpretation of the principle of Ant Colony algorithm  and Ant Colony algorithm for path searching for understanding how helpful!
jerry895768
2016-08-23
0
1
C++ implementation of MMAS Ant Colony algorithm en
4.0
An MMAS Ant Colony algorithm based on c++ implementation, major improvements are as follows: 1. Using  elite  strategy, only update to the pheromone of ants on the optimal path, 2. through the values of maximum and minimum pheromone trim pheromone matrix;
jerry895768
2016-08-23
0
1
An MMAS based on improved Ant Colony algorithm
4.5
An improved Ant Colony algorithm based on MMAS, major improvements are as follows: 1. business strategy, the pheromone of ants on the optimal path is updated; 2. meet policy, when two ants meet in the process of searching, the shorter the path an Ant dies, and their paths merged with the path length of the ants; 3. pheromone study;
jerry895768
2016-08-23
3
1
No more~