Ant Colony Optimization

I found this interesting article in Wikipedia about Ant Colony Optimization Algorithms. The basic idea is that collective intelligence can result from a big number of repetitions of very simple efforts. In the case about ants, the paradoxically best features of their simple effort (leave a trace back to food while taking some of it back to the nest) is that ants look for food by means of random walks (this guarantees they’ll find anything in their area) and the trace they leave vanishes after some time (this guarantees they’ll concentrate on shortest paths from nest to food).

Many crowd based ideas somehow relate to this algorithm, but they are much more complicated than needed. The hope is that if we as humans apply our intelligence to imagine a possibly optimal result we’ll save time, also collectively. What bothers me is that ants do not need this individual intelligence to find a solution that collectively is optimal. So I’m wondering if we are not really losing time paying attention to unneeded details.

 

CategoriesUncategorizedTags

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.