Ant Systems Flashcards
1
Q
Whats the two differences difference between regular AS and MMAS?
A
As the name implies Min/max ant system has limits on pheromones. The second difference is that only the best solution deposits pheromones. The best solution can either be iteration best or all time best.
2
Q
What the four steps of the AS algorithm as defined on page
A
- initialize pheromone levels, typically nearest neighbour path.
- Initialize ants to random start nodes. Add start nodes to respective ants Tabu list. Construct paths using ACO prob. function which depend on current path.
- Update pheromone levels for each edge inverse prop. to each ants path length and evaporate previous present pheromones.
- repeat 2 and 3 until convergence.