Description Usage Arguments Value Author(s)
ACO Algorithm applied to the Traveling Salesman Problem
1 2 3 4 5 6 7 8 9 10 |
x |
X-Values from the Cities |
y |
y-Values from the Cities |
alpha |
The strength of the pheromone. The higher the stronger. |
beta |
Relevance of the distance. The higher the more decreases the relevance. |
evaporation |
Strength with which the pheromones evaporate. |
randomness_factor |
Factor for random iterations. |
numb_ants |
Number of ants. |
iterations |
Number of iterations. |
All the routes with the minimal distance, possible that this are more than one.
The code is adopted from: https://github.com/ciessielski/ACOTSP
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.