Next Generation of Algorithms Inspired by Ants
letsurock writes "Ants' capability to find the shortest route through a maze in an hour, and to find the second shortest route when the first path was obstructed, has inspired researchers creating algorithms for the future. From the article: 'Finding the most efficient path through a busy network is a common challenge faced by delivery drivers, telephone routers and engineers. To solve these optimization problems using software, computer scientists have often sought inspiration from ant colonies in nature — creating algorithms that simulate the behavior of ants who find the most efficient routes from their nests to food sources by following each other's volatile pheromone trails. The most widely used of these ant-inspired algorithms is known as Ant Colony Optimization (ACO).'"
I thought it was called Dykstra's algorithm.
Ok guys. I did my Ph D on this subject some years ago. ACO was formalized in 1996 (by Marco Dorigo), and the modeling of ants behavior dates back to 1989 (J.-L. Deneubourg). So really nothing new here.
has been done since at least 1992. https://secure.wikimedia.org/wikipedia/en/wiki/Ant_colony_optimization
I have a textbook from 4 years ago with this algorithm in it. It was being taught in my Biologically Inspired Computing class.
I could be wrong, but shouldn't novely be a criterion for submission? ACO has been used since the early 1990s.
As someone in the comments of TFA pointed out, "The interesting thing here is the 'secondary explore state' (seeming second pheromone state) found by the mathematicians.". So, they basically walk around trailing either a 1 a zero or both. I wonder if it is a single bit at a time like a code that goes along in a track or if it is more diffuse than that.
"The world is a construct of forceful imagination. Those who don't know walk around in the reailties of those who do"
I have personally done research using ACO, so I was all ready to point out with the rest of the /. mob that this is nothing new... then I actually RTFA.
Not entirely novel, but TFA is not about ACO. It's about using REAL LIVE ANTS to solve Hanoi.
Bad summaries strike again.
Windows already was based on algorithms based on ants... or maybe other kind of bugs
It's not the heuristics that are the problem. If the heuristics may lead to the steps never terminating, then those steps do not define an algorithm. Algorithms must be finite.
Also FatPhil on SoylentNews, id 863
Thanks, Ants.... Thants.
splunge (n) -- A good idea.. but it could be lousy... and I'm not being indecisive!