Comment Re:Ant Algorithms came first (Score 1) 246
I though that this could be considered as an optimizing problem. It seemed that part of the problem was to determine an optimal sequence of visits to random nodes from which to retrieve parts of a distributed file. I thought this could be considered as an instance of the traveling salesman problem, to which ant algorithms have been applied.