Abstract: | The real life faces many situations when people have to handle inconsistent data (i.e. contradictory facts, opposite opinions, etc.), managing them using personal and social experience and beliefs. Generally speaking, social life forms successfully and gracefully treat these conflicting cases – for example, by identifying the false facts and dropping them. In Computer Science and Information Technology, the problem of error identification and correction is a central one, approached in Code Theory, Software Engineering, Databases, Computer Architecture, etc.
This paper studies the behavior of a multi-agent software application when some of the agents have correct information about the solved problem, but the others do not. The well-known Traveling Salesman Problem (TSP) is solved using a biologically-inspired algorithm that models the way real ants manage to find the shortest path from nest to food source. The results are encouraging, showing that the artificial ants manifest the same robustness as real ants. |