ant colony

23
SOFSEM 2008 A Sensitive Metaheuristic for Solving a Large Optimization Problem Camelia-M. Pintea, Camelia Chira, D. Dumitrescu and Petrica C. Pop Babes-Bolyai University and North University Romania

Upload: gris-tester

Post on 22-Mar-2016

231 views

Category:

Documents


0 download

DESCRIPTION

Ants are cool

TRANSCRIPT

Page 1: Ant Colony

SOFSEM 2008

A Sensitive Metaheuristic for Solving a

Large Optimization Problem

Camelia-M. Pintea,Camelia Chira, D. Dumitrescu and Petrica C. Pop

Babes-Bolyai University and North University Romania

Page 2: Ant Colony

Outline Stigmergy Ant Colony Systems Autonomous Robots Sensitive Robots Drilling Problem Sensitive Robot Metaheuristic Numerical experiments and Statistical analysis Conclusions and further work

Page 3: Ant Colony

Stigmergy Collective behaviour of social individuals Indirect interactions

an individual modifies the environment other individuals respond to that change at a later

time

The environment mediates the communication among individuals

Self-organization stigmergic interactions

Page 4: Ant Colony

Stigmergy – ant systems

Page 5: Ant Colony

Ant System Ant System - proposed by M. Dorigo

(1992) Initially used for routing problems Successfully applied now to a broad

range of problems: Quadratic Assignment Problem, Scheduling problems, Recognizing Hamiltonian graphs, Dynamic graph search

Ants lay down pheromones as they travel Experiments show that pheromone builds

up more quickly on shorter paths An optimal path should be the one with

the strongest pheromone concentration after a certain amount of time

Page 6: Ant Colony

Basic concepts of Ant SystemKey concepts

• Cooperative behavior -ant algorithms make use of the simultaneous exploration of different solutions• Positive feedback -build a solution using local solutions, by keeping good solutions in memory• Negative feedback -to avoid premature convergence - evaporate the pheromone • Time scale -number of runs is critical• Stagnation -avoid good, but not very good solutions from becoming reinforced• Stigmergy -the indirectly communication between agents using pheromones

Cooperative behavior

Positive feedback

Negativefeedback Time scale Stagnation Stigmergy

Page 7: Ant Colony

Leonel Moura + Vitorino Ramos, 2002

A B

Ant Colony Systems (ACS) Systems based on agents Inspiration: behavior of real ant colonies

- Ants deposit on ground pheromone (while walking between food sources and nest) and can smell pheromone- Ants tend to choose strong pheromone trails

Page 8: Ant Colony

Ant Colony Optimization Path followed by an ant: candidate solution Ants deposit pheromone along the path followed

proportional to the quality of corresponding candidate solution

Paths with stronger pheromone trails are preferred

ACO metaheuristic robust and versatile Successfully applied to a range of CO problems

Page 9: Ant Colony

Stigmergy and Autonomous Robots

No global plans

Bonabeau, E. et al.: Swarm intelligence from natural to artificial systems. Oxford, UK.

Stigmergy provides a general mechanism that relates individual and colony level behaviors

The behavior-based approach to design intelligent systems has produced promising results in a wide variety of areas: military applications, mining, space exploration, agriculture, factory automation, service industries, waste management, health care and disaster intervention.

Autonomous robots can accomplish real-world tasks without being told exactly how.

Page 10: Ant Colony

Sensitive Robots Artificial entities with a Stigmergic Sensitivity Level (SSL) expressed by a

real number in the unit interval [0, 1]. Robots with small SSL values

highly independent environment explorers potential to autonomously discover new promising regions of the search space search diversification can be sustained.

Robots with high SSL values intensively exploit the promising search regions already identified the robot behavior emphasizes search intensification

The SSL value can increase or decrease according to the search space topology encoded in the robot experience.

Page 11: Ant Colony

Sensitive Robot Metaheuristic (SRM) Combines stigmergic communication and

autonomous robot search Qualitative stigmergic mechanism “Micro-rules” define action-stimuli pair for a

robot

Page 12: Ant Colony

SRM for solving a Large Drilling problem SRM implemented using two teams of

robots1. First team of robots with small SSL values

Small SSL-robots (sSSL robots) Sensitive-explorer robots Search diversification

2. Second team of robots with high SSL values High SSL-robots (hSSL robots) Sensitive-exploiter robots Search intensification

Problem

Page 13: Ant Colony

Drilling Problem The process of manufacturing the printed circuit board (PCB) is

difficult and complex. Drilling small holes require precision and is done with the use of

an automated drilling machine driven by computer programs. The large drilling problem is a particular class of Generalized

Traveling Salesman Problem involving a large graph and finding the minimal tour for drilling on a large-scale PCB

Page 14: Ant Colony

The Generalized Traveling Salesman Problem (GTSP)

Introduced by Laporte and Nobert in 1983 and Noon and Bean in 1991

Applications to location and telecommunication problems

C-M. Pintea, C.P. Pop, C. Chira: The Generalized Traveling Salesman Problem solved with Ant Algorithms (ACS for GTSP from numerical experiments) J.UCS, in press, 2008

A graphic representation of the Generalized Traveling Salesman problem solved with ant system.

• Nodes of complete undirected graph clustered• Find a minimum-cost tour passing through exactly one node from each cluster

Page 15: Ant Colony

Sensitive Robot Metaheuristic (SRM) for Large Drilling problem

SRM model relies on the reaction of virtual sensitive robots to different stigmergic variables

Each robot is endowed with a particular stigmergic sensitivity level to ensure a good balance between search diversification and intensification

Page 16: Ant Colony

Sensitive Robot Algorithm

Page 17: Ant Colony

Numerical experiments (1)

[1] Bixby, B., Reinelt, G.: http://nhse.cs.rice.edu/softlib/catalog/tsplib.html (1995)

Page 18: Ant Colony

Comparisons Nearest Neighbor (NN)

Rule: always go next to the nearest as-yet-unvisited location

GI3 composite heuristic Construction of an initial partial solution Insertion of a node from each non-visited node subset Solution improvement phase

Random Key Genetic Algorithm Combines GA with a local tour improvement heuristic Solutions encoded using random keys

ACS for GTSP

Page 19: Ant Colony

Numerical experiments (2)

[8] Renaud, J., Boctor, F.F.: An efficient composite heuristic for the Symmetric Generalized Traveling Salesman Problem. Euro. J. Oper.Res., (1998)[9]. Snyder, L.V., Daskin, M.S.: A Random-Key Genetic Algorithm for the Generalized Traveling Salesman Problem. INFORMS, San Antonio, TX (2000).

Page 20: Ant Colony

Statistical analysis The Expected Utility Approach technique has been employed to determine

the accuracy of each heuristic

• SRM has Rank 1 being the most accurate algorithm within the compared set of algorithms

Page 21: Ant Colony

Conclusions and further work Bio-inspired robot-based model for complex

travel robotic problems Potential Improvements

Execution time Parameter values Efficient combination with other algorithms

Future Work Variable SSL - learning Numerical experiments - NP-hard problems Search and optimization in dynamic complex

networks

Page 22: Ant Colony

Optimal Route

Actual Route

Page 23: Ant Colony

Thank you for your attention

[email protected]