New approaches to evaporation in ant colony optimization algorithms

Size: px
Start display at page:

Download "New approaches to evaporation in ant colony optimization algorithms"

Transcription

1 New approaches to evaporation in ant colony optimization algorithms E. Foundas A. Vlachos Department of Informatics University of Piraeus Piraeus Greece Abstract In Ant Colony Algorithms (ACA), artificial ants construct a solution by building a path on a construction graph. The ants behavior is specified by defining start states, construction rules, transition rules, pheromone update rules evaporation mechanisms. In this paper we introduce new approaches, based on the generation function geometrical, algebric explanation of the convergence, for deriving the evaporation mechanisms in Ant Colony Optimization algorithms. Keywords phrases : Ant colony optimization, ant colony algorithms, generation function, evaporation, velocity of evaporation, geometrical-algebric convergence.. Introduction Ant Colony Optimization (ACO) meta-heuristics have proved to be remarkably successful in solving a range of discrete optimization problems. ACO algorithms have been applied to an increasingly wide range of problems, including the Traveling Salesman Problem (TSP) [], Vehicle Routing Problem (VRP) [2], Quadric Assignment Problem (QAP) [3], bus driver scheduling [4], network routing [5], sequential ordering [6] graph colouring [7]. efountas@unipi.gr AVlachos@unipi.gr Journal of Interdisciplinary Mathematics Vol. 9 (2006), No., pp c Taru Publications

2 80 E. FOUNDAS AND A. VLACHO ACO algorithms are based on a probabilistic model called pheromone model that is used to model the pheromone trails. Artificial ants construct a solution by building a path on a construction graph G = (C, L) where the elements of L (called connections) fully connect C (set of components). To avoid a quick convergence [8], of all the ants towards a sub-optimal path, an exploration mechanism is added, similar to real pheromone trails, artificial pheromone trails evaporation. The pheromone evaporation is triggered by the environment it is used as a tool to avoid search stagnation to allow the ants to explore new space regions. In this paper we introduce new mathematical approaches, based on the generation function geometrical, algebric explanation of the convergence, for deriving the evaporation mechanism in Ant Colony Optimization algorithms. The paper is organized as follows. In section 2 we present the generation function for finding the pheromone evaporation in time t. Section 3 presents the geometrical explanation of convergence of evaporation. Finally, in section 4 we introduce the algebric explanation of convergence of evaporation. 2. Evaporation of pheromone For the pheromone evaporation, in time t, ρ t, we know that the following relation is satisfied 0 ρ t. with For the time t +, the ρ t+ relation can be written like the following: ρ t+ ρ t + ( ρ t ) βρ t (2.) 0 ρ t, 0, 0 β where, β constant. We will prove that: 0 ρ t+. (2.2) Proof. Indeed, it is ρ t+ = ρ t + ( ρ t ) βρ t ρ t + ( ρ t ) + 0 ρ t = ρ t+ = ρ t + ( ρ t ) βρ t ρ t + 0 ( ρ t ) ρ t = 0.

3 ANT COLONY OPTIMIZATION ALGORITHMS 8 Thus the relation (2.2) is true. Considering the relation (2.2) we write the alternative form of the equation (2.): ρ t = kρ t + (2.3) where k is the velocity of pheromone evaporation, for which we can write the following relations: k = β, 0 k. (2.4) The generation function for ρ t is: f (x) = f (x) = t= = k ρ t x t (k ρ t + )x t = k f (x) = k x f (x) = ρ t x t+ + a ρ t x t + a = k x f (x) + a a (x)(). The function f (x) can be written: thus : t= a (x)() A x + B A = f (x) ak k, B = a k k = k k x + (kx) t + ρ t x t + a x t. x t

4 82 E. FOUNDAS AND A. VLACHO So: thus: f (x) ρ t = ( k k kt + ) x t k k kt + a ( ρ 0 ) k t +, if k = ρ t = ρ 0, if k =. Easily results that the Probability Density Function (PDF) of the relation (2.3) is: ( f (t) t )( ) 0 ln k k t k t + 0, if k =, 0 t t 0 (2.5) its Cumulative Distribution Function (CDF) is: ( F(t) = t ) ( ) 0 ln k k t 0 ln k (kt ) + t. (2.6) 3. Geometrical explanation of convergence we have For the equation: ρ t = k ρ t + a, 0 k 0 a (3.) lim ρ t = t, if 0 k, = 0 0, if 0 k, a = 0 the convergence of the equation (3.) is the value = 0 (Figure )., when 0 < k < The point B (0, ρ ) corresponds in the first expression ρ = kρ 0 +, whereas the point B 2 (0, ρ 2 ) corresponds to the second expression ρ 2 ( = kρ + ). Continuing the operation, finally the cutting point T, a of the bisectional ρ t = ρ t the line ρ t = kρ t + k is the convergence of the sequence.

5 ANT COLONY OPTIMIZATION ALGORITHMS 83 t B 2 B M 0 B 0 0 A 0 A t Figure Diagram explanation of convergence 4. Algebric explanation of convergence For the equation (3.) we have, for t =, 2, 3,..., t: ρ ρ 2 = kρ 0 + = k 2 ρ 0 + ( + k) ρ 3 = k 3 ρ 0 + ( + k + k 2 ) ρ t = k t ρ 0 + ( + k k t ) thus ρ t = k t ρ 0 + t ρ t = lim ρ t = t + ( ρ 0 ) k t +, if 0 < k <, = 0 0, if 0 < k <, a = 0.

6 84 E. FOUNDAS AND A. VLACHO References [] M. Dorigo L. M. Gambardella, Ant colonies for the travelling salesman problem, Biosystems, Vol. 43 (997), pp [2] C. Fountas A. Vlachos, Ant colonies optimization (ACO) for the solution of the vehicle routing problem (VRP), Journal of Information Optimization Sciences, Vol. 26 () (2005), pp [3] V. Maniezzo A. Coloarni, The ant system applied to the quadratic assignment problem, IEEE Transaction on Knowledge Data Engineering, Vol. (999), pp [4] P. Forsyth A. Wren, An ant system for bus driver scheduling, presented at 7th International Workshop on Computer Aided Scheduling of Public Transport, Boston, USA, 997. [5] G. N. Varela M. C. Sinclair, Ant colony optimization for virtual wavelength path routing wavelength allocation, presented at Congress on Evolutionary Computation (CEC 99), Washington DC, USA, 999. [6] L. M. Gambardella M. Dorigo, HAS-SOP: an hybrid ant system for the sequential ordering problem, IDSIA, Lugano, Switzerl, Technical Report IDSIA--99, 997. [7] D. Costa A. Hertz, Ants can colour graphs, Journal of the Operations Research Society, Vol. 48 (997), pp [8] M. Dorigo G. D. Caro, The ant colony optimization mataheuristic, in New Ideas in Optimization, D. Corne, M. Dorigo F. Glover (eds.), London: McGraw-Hill, pp. 32, 999. Received August, 2005

Ant Algorithms. Ant Algorithms. Ant Algorithms. Ant Algorithms. G5BAIM Artificial Intelligence Methods. Finally. Ant Algorithms.

Ant Algorithms. Ant Algorithms. Ant Algorithms. Ant Algorithms. G5BAIM Artificial Intelligence Methods. Finally. Ant Algorithms. G5BAIM Genetic Algorithms G5BAIM Artificial Intelligence Methods Dr. Rong Qu Finally.. So that s why we ve been getting pictures of ants all this time!!!! Guy Theraulaz Ants are practically blind but they

More information

Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm

Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm Bharat Solanki Abstract The optimal capacitor placement problem involves determination of the location, number, type

More information

Ant Colony Optimization. Prepared by: Ahmad Elshamli, Daniel Asmar, Fadi Elmasri

Ant Colony Optimization. Prepared by: Ahmad Elshamli, Daniel Asmar, Fadi Elmasri Ant Colony Optimization Prepared by: Ahmad Elshamli, Daniel Asmar, Fadi Elmasri Section I (Introduction) Historical Background Ant System Modified algorithms Section II (Applications) TSP QAP Presentation

More information

A Note on the Parameter of Evaporation in the Ant Colony Optimization Algorithm

A Note on the Parameter of Evaporation in the Ant Colony Optimization Algorithm International Mathematical Forum, Vol. 6, 2011, no. 34, 1655-1659 A Note on the Parameter of Evaporation in the Ant Colony Optimization Algorithm Prasanna Kumar Department of Mathematics Birla Institute

More information

Solving the Homogeneous Probabilistic Traveling Salesman Problem by the ACO Metaheuristic

Solving the Homogeneous Probabilistic Traveling Salesman Problem by the ACO Metaheuristic Solving the Homogeneous Probabilistic Traveling Salesman Problem by the ACO Metaheuristic Leonora Bianchi 1, Luca Maria Gambardella 1 and Marco Dorigo 2 1 IDSIA, Strada Cantonale Galleria 2, CH-6928 Manno,

More information

Implementation of Travelling Salesman Problem Using ant Colony Optimization

Implementation of Travelling Salesman Problem Using ant Colony Optimization RESEARCH ARTICLE OPEN ACCESS Implementation of Travelling Salesman Problem Using ant Colony Optimization Gaurav Singh, Rashi Mehta, Sonigoswami, Sapna Katiyar* ABES Institute of Technology, NH-24, Vay

More information

Natural Computing. Lecture 11. Michael Herrmann phone: Informatics Forum /10/2011 ACO II

Natural Computing. Lecture 11. Michael Herrmann phone: Informatics Forum /10/2011 ACO II Natural Computing Lecture 11 Michael Herrmann mherrman@inf.ed.ac.uk phone: 0131 6 517177 Informatics Forum 1.42 25/10/2011 ACO II ACO (in brief) ACO Represent solution space Set parameters, initialize

More information

Updating ACO Pheromones Using Stochastic Gradient Ascent and Cross-Entropy Methods

Updating ACO Pheromones Using Stochastic Gradient Ascent and Cross-Entropy Methods Updating ACO Pheromones Using Stochastic Gradient Ascent and Cross-Entropy Methods Marco Dorigo 1, Mark Zlochin 2,, Nicolas Meuleau 3, and Mauro Birattari 4 1 IRIDIA, Université Libre de Bruxelles, Brussels,

More information

Ant Colony Optimization: an introduction. Daniel Chivilikhin

Ant Colony Optimization: an introduction. Daniel Chivilikhin Ant Colony Optimization: an introduction Daniel Chivilikhin 03.04.2013 Outline 1. Biological inspiration of ACO 2. Solving NP-hard combinatorial problems 3. The ACO metaheuristic 4. ACO for the Traveling

More information

AN ANT APPROACH FOR STRUCTURED QUADRATIC ASSIGNMENT PROBLEMS

AN ANT APPROACH FOR STRUCTURED QUADRATIC ASSIGNMENT PROBLEMS AN ANT APPROACH FOR STRUCTURED QUADRATIC ASSIGNMENT PROBLEMS Éric D. Taillard, Luca M. Gambardella IDSIA, Corso Elvezia 36, CH-6900 Lugano, Switzerland. Extended abstract IDSIA-22-97 ABSTRACT. The paper

More information

Collective Intelligence for Optimal Power Flow Solution Using Ant Colony Optimization

Collective Intelligence for Optimal Power Flow Solution Using Ant Colony Optimization Leonardo Electronic Journal of Practices and Technologies Collective Intelligence for Optimal Power Flow Solution Using Ant Colony Optimization Boumediène ALLAOUA * and Abdellah LAOUFI Bechar University,

More information

Swarm intelligence: Ant Colony Optimisation

Swarm intelligence: Ant Colony Optimisation Swarm intelligence: Ant Colony Optimisation S Luz luzs@cs.tcd.ie October 7, 2014 Simulating problem solving? Can simulation be used to improve distributed (agent-based) problem solving algorithms? Yes:

More information

Solving Multi-Criteria Optimization Problems with Population-Based ACO

Solving Multi-Criteria Optimization Problems with Population-Based ACO Solving Multi-Criteria Optimization Problems with Population-Based ACO Michael Guntsch 1 and Martin Middendorf 2 1 Institute for Applied Computer Science and Formal Description Methods University of Karlsruhe,

More information

Self-Adaptive Ant Colony System for the Traveling Salesman Problem

Self-Adaptive Ant Colony System for the Traveling Salesman Problem Proceedings of the 29 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 29 Self-Adaptive Ant Colony System for the Traveling Salesman Problem Wei-jie Yu, Xiao-min

More information

Outline. Ant Colony Optimization. Outline. Swarm Intelligence DM812 METAHEURISTICS. 1. Ant Colony Optimization Context Inspiration from Nature

Outline. Ant Colony Optimization. Outline. Swarm Intelligence DM812 METAHEURISTICS. 1. Ant Colony Optimization Context Inspiration from Nature DM812 METAHEURISTICS Outline Lecture 8 http://www.aco-metaheuristic.org/ 1. 2. 3. Marco Chiarandini Department of Mathematics and Computer Science University of Southern Denmark, Odense, Denmark

More information

Part B" Ants (Natural and Artificial)! Langton s Vants" (Virtual Ants)! Vants! Example! Time Reversibility!

Part B Ants (Natural and Artificial)! Langton s Vants (Virtual Ants)! Vants! Example! Time Reversibility! Part B" Ants (Natural and Artificial)! Langton s Vants" (Virtual Ants)! 11/14/08! 1! 11/14/08! 2! Vants!! Square grid!! Squares can be black or white!! Vants can face N, S, E, W!! Behavioral rule:!! take

More information

Ant Colony Optimization for Multi-objective Optimization Problems

Ant Colony Optimization for Multi-objective Optimization Problems Ant Colony Optimization for Multi-objective Optimization Problems Inès Alaya 1,2, Christine Solnon 1, and Khaled Ghédira 2 1 LIRIS, UMR 5205 CNRS / University of Lyon 2 SOIE ICTAI 2007 Multi-objective

More information

Convergence of Ant Colony Optimization on First-Order Deceptive Systems

Convergence of Ant Colony Optimization on First-Order Deceptive Systems Convergence of Ant Colony Optimization on First-Order Deceptive Systems Yixin Chen Washington University in St. Louis Department of Computer Science & Engineering St. Louis, MO 6330, USA chen@cse.wustl.edu

More information

An ACO Algorithm for the Most Probable Explanation Problem

An ACO Algorithm for the Most Probable Explanation Problem An ACO Algorithm for the Most Probable Explanation Problem Haipeng Guo 1, Prashanth R. Boddhireddy 2, and William H. Hsu 3 1 Department of Computer Science, Hong Kong University of Science and Technology

More information

A Short Convergence Proof for a Class of Ant Colony Optimization Algorithms

A Short Convergence Proof for a Class of Ant Colony Optimization Algorithms 358 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 6, NO. 4, AUGUST 2002 A Short Convergence Proof for a Class of Ant Colony Optimization Algorithms Thomas Stützle and Marco Dorigo, Senior Member,

More information

An Enhanced Aggregation Pheromone System for Real-Parameter Optimization in the ACO Metaphor

An Enhanced Aggregation Pheromone System for Real-Parameter Optimization in the ACO Metaphor An Enhanced Aggregation Pheromone System for Real-Parameter ptimization in the AC Metaphor Shigeyoshi Tsutsui Hannan University, Matsubara, saka 58-852, Japan tsutsui@hannan-u.ac.jp Abstract. In previous

More information

Intuitionistic Fuzzy Estimation of the Ant Methodology

Intuitionistic Fuzzy Estimation of the Ant Methodology BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 9, No 2 Sofia 2009 Intuitionistic Fuzzy Estimation of the Ant Methodology S Fidanova, P Marinov Institute of Parallel Processing,

More information

Ant Colony Optimization for Resource-Constrained Project Scheduling

Ant Colony Optimization for Resource-Constrained Project Scheduling Ant Colony Optimization for Resource-Constrained Project Scheduling Daniel Merkle, Martin Middendorf 2, Hartmut Schmeck 3 Institute for Applied Computer Science and Formal Description Methods University

More information

ANT colony optimization (ACO) [2] is a metaheuristic inspired

ANT colony optimization (ACO) [2] is a metaheuristic inspired 732 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 11, NO. 6, DECEMBER 2007 On the Invariance of Ant Colony Optimization Mauro Birattari, Member, IEEE, Paola Pellegrini, and Marco Dorigo, Fellow,

More information

A reactive framework for Ant Colony Optimization

A reactive framework for Ant Colony Optimization A reactive framework for Ant Colony Optimization Madjid Khichane 1,2, Patrick Albert 1, and Christine Solnon 2 1 ILOG SA, 9 rue de Verdun, 94253 Gentilly cedex, France {mkhichane,palbert}@ilog.fr 2 LIRIS

More information

3D HP Protein Folding Problem using Ant Algorithm

3D HP Protein Folding Problem using Ant Algorithm 3D HP Protein Folding Problem using Ant Algorithm Fidanova S. Institute of Parallel Processing BAS 25A Acad. G. Bonchev Str., 1113 Sofia, Bulgaria Phone: +359 2 979 66 42 E-mail: stefka@parallel.bas.bg

More information

Traffic Signal Control with Swarm Intelligence

Traffic Signal Control with Swarm Intelligence 009 Fifth International Conference on Natural Computation Traffic Signal Control with Swarm Intelligence David Renfrew, Xiao-Hua Yu Department of Electrical Engineering, California Polytechnic State University

More information

Sensitive Ant Model for Combinatorial Optimization

Sensitive Ant Model for Combinatorial Optimization Sensitive Ant Model for Combinatorial Optimization CAMELIA CHIRA cchira@cs.ubbcluj.ro D. DUMITRESCU ddumitr@cs.ubbcluj.ro CAMELIA-MIHAELA PINTEA cmpintea@cs.ubbcluj.ro Abstract: A combinatorial optimization

More information

ARTIFICIAL INTELLIGENCE

ARTIFICIAL INTELLIGENCE BABEŞ-BOLYAI UNIVERSITY Faculty of Computer Science and Mathematics ARTIFICIAL INTELLIGENCE Solving search problems Informed local search strategies Nature-inspired algorithms March, 2017 2 Topics A. Short

More information

A MULTIDIRECTIONAL MODIFIED PHYSARUM SOLVER FOR DISCRETE DECISION MAKING

A MULTIDIRECTIONAL MODIFIED PHYSARUM SOLVER FOR DISCRETE DECISION MAKING A MULTIDIRECTIONAL MODIFIED PHYSARUM SOLVER FOR DISCRETE DECISION MAKING Luca Masi, Massimiliano Vasile Department of Mechanical & Aerospace Engineering, University of Strathclyde, 75 Montrose Street G1

More information

Artificial Intelligence Methods (G5BAIM) - Examination

Artificial Intelligence Methods (G5BAIM) - Examination Question 1 a) According to John Koza there are five stages when planning to solve a problem using a genetic program. What are they? Give a short description of each. (b) How could you cope with division

More information

The Application of the Ant Colony Decision Rule Algorithm on Distributed Data Mining

The Application of the Ant Colony Decision Rule Algorithm on Distributed Data Mining Communications of the IIMA Volume 7 Issue 4 Article 0 2007 The Application of the Ant Colony Decision Rule Algorithm on Distributed Data Mining LinQuan Xie Application Institute of Jiangxi University of

More information

Mapping Lessons from Ants to Free Flight An Ant-based Weather Avoidance Algorithm in Free Flight Airspace

Mapping Lessons from Ants to Free Flight An Ant-based Weather Avoidance Algorithm in Free Flight Airspace Mapping Lessons from Ants to Free Flight An Ant-based Weather Avoidance Algorithm in Free Flight Airspace Sameer Alam 1, Hussein A. Abbass 1, Michael Barlow 1, and Peter Lindsay 2 1 Canberra Node of the

More information

Intelligent Model for Distributing Product in Supply Chain Management

Intelligent Model for Distributing Product in Supply Chain Management 2012 2nd International Conference on Management and Artificial Intelligence IPEDR Vol.35 (2012) (2012) IACSIT Press, Singapore Intelligent Model for Distributing Product in Supply Chain Management Ditdit

More information

Mining Spatial Trends by a Colony of Cooperative Ant Agents

Mining Spatial Trends by a Colony of Cooperative Ant Agents Mining Spatial Trends by a Colony of Cooperative Ant Agents Ashan Zarnani Masoud Rahgozar Abstract Large amounts of spatially referenced data has been aggregated in various application domains such as

More information

Optimal Placement and Sizing of Capacitor Banks Using Fuzzy-Ant Approach in Electrical Distribution Systems

Optimal Placement and Sizing of Capacitor Banks Using Fuzzy-Ant Approach in Electrical Distribution Systems Leonardo Electronic Journal of Practices and Technologies ISSN 583-078 Issue 6, January-June 200 p. 75-88 Optimal Placement and Sizing of apacitor Banks Using Fuzzy-Ant Approach in Electrical Distribution

More information

Research Article Ant Colony Search Algorithm for Optimal Generators Startup during Power System Restoration

Research Article Ant Colony Search Algorithm for Optimal Generators Startup during Power System Restoration Mathematical Problems in Engineering Volume 2010, Article ID 906935, 11 pages doi:10.1155/2010/906935 Research Article Ant Colony Search Algorithm for Optimal Generators Startup during Power System Restoration

More information

Meta-heuristic ant colony optimization technique to forecast the amount of summer monsoon rainfall: skill comparison with Markov chain model

Meta-heuristic ant colony optimization technique to forecast the amount of summer monsoon rainfall: skill comparison with Markov chain model Meta-heuristic ant colony optimization technique to forecast the amount of summer monsoon rainfall: skill comparison with Markov chain model Presented by Sayantika Goswami 1 Introduction Indian summer

More information

Mining Spatial Trends by a Colony of Cooperative Ant Agents

Mining Spatial Trends by a Colony of Cooperative Ant Agents Mining Spatial Trends by a Colony of Cooperative Ant Agents Ashan Zarnani Masoud Rahgozar Abstract Large amounts of spatially referenced data have been aggregated in various application domains such as

More information

An ant colony algorithm for multiple sequence alignment in bioinformatics

An ant colony algorithm for multiple sequence alignment in bioinformatics An ant colony algorithm for multiple sequence alignment in bioinformatics Jonathan Moss and Colin G. Johnson Computing Laboratory University of Kent at Canterbury Canterbury, Kent, CT2 7NF, England. C.G.Johnson@ukc.ac.uk

More information

Metaheuristics and Local Search

Metaheuristics and Local Search Metaheuristics and Local Search 8000 Discrete optimization problems Variables x 1,..., x n. Variable domains D 1,..., D n, with D j Z. Constraints C 1,..., C m, with C i D 1 D n. Objective function f :

More information

Ant Colony Optimization

Ant Colony Optimization Ant Colony Optimization a bio-inspired metaheuristic Gianni A. Di Caro gianni@idsia.ch cartello esterno 1:10 80 x 106 cm 1 pezzo Materiale e stampa: forex (plastico) 6 mm a 3 colori (blu, cyan, grigio)

More information

System Time Distribution of Dynamic Traveling Repairman Problem under the PART-n-TSP Policy

System Time Distribution of Dynamic Traveling Repairman Problem under the PART-n-TSP Policy System Time Distribution of Dynamic Traveling Repairman Problem under the PART-n-TSP Policy Jiangchuan Huang and Raja Sengupta Abstract We propose the PART-n-TSP policy for the Dynamic Traveling Repairman

More information

Metaheuristics and Local Search. Discrete optimization problems. Solution approaches

Metaheuristics and Local Search. Discrete optimization problems. Solution approaches Discrete Mathematics for Bioinformatics WS 07/08, G. W. Klau, 31. Januar 2008, 11:55 1 Metaheuristics and Local Search Discrete optimization problems Variables x 1,...,x n. Variable domains D 1,...,D n,

More information

Hamiltonian(t) - An Ant-Inspired Heuristic for Recognizing Hamiltonian Graphs

Hamiltonian(t) - An Ant-Inspired Heuristic for Recognizing Hamiltonian Graphs to appear in CEC 99 Hamiltonian(t) - An Ant-Inspired Heuristic for Recognizing Hamiltonian Graphs Israel A Wagner and Alfred M Bruckstein 3 IBM Haifa Research Lab, Matam, Haifa 395, Israel Department of

More information

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem An Ant Colony Otimization Aroach to the Probabilistic Traveling Salesman Problem Leonora Bianchi 1, Luca Maria Gambardella 1, and Marco Dorigo 2 1 IDSIA, Strada Cantonale Galleria 2, CH-6928 Manno, Switzerland

More information

Solving the Post Enrolment Course Timetabling Problem by Ant Colony Optimization

Solving the Post Enrolment Course Timetabling Problem by Ant Colony Optimization Solving the Post Enrolment Course Timetabling Problem by Ant Colony Optimization Alfred Mayer 1, Clemens Nothegger 2, Andreas Chwatal 1, and Günther R. Raidl 1 1 Institute of Computer Graphics and Algorithms

More information

ASGA: Improving the Ant System by Integration with Genetic Algorithms

ASGA: Improving the Ant System by Integration with Genetic Algorithms ASGA: Improving the Ant System by Integration with Genetic Algorithms Tony White, Bernard Pagurek, Franz Oppacher Systems and Computer Engineering, Carleton University, 25 Colonel By Drive, Ottawa, Ontario,

More information

Backbone analysis and algorithm design for the quadratic assignment problem

Backbone analysis and algorithm design for the quadratic assignment problem Science in China Series F: Information Sciences 008 SCIENCE IN CHINA PRESS Springer wwwscichinacom infoscichinacom wwwspringerlinkcom Backbone analysis and algorithm design for the quadratic assignment

More information

Meta heuristic algorithms for parallel identical machines scheduling problem with weighted late work criterion and common due date

Meta heuristic algorithms for parallel identical machines scheduling problem with weighted late work criterion and common due date DOI 10.1186/s40064-015-1559-5 RESEARCH Open Access Meta heuristic algorithms for parallel identical machines scheduling problem with weighted late work criterion and common due date Zhenzhen Xu, Yongxing

More information

Distribution System Power Loss Reduction by Optical Location and Size of Capacitor

Distribution System Power Loss Reduction by Optical Location and Size of Capacitor International Journal of Research in Advent Technology, Vol.2, No.3, March 2014 E-ISSN: 2321-9637 Distribution System Power Loss Reduction by Optical Location and Size of Capacitor PUSHPENDRA SINGH, BALVENDER

More information

A new restart procedure for combinatorial optimization and its convergence

A new restart procedure for combinatorial optimization and its convergence A new restart procedure for combinatorial optimization and its convergence Davide Palmigiani and Giovanni Sebastiani arxiv:79.6449v [math.oc] 8 Sep 27 Abstract We propose a new iterative procedure to optimize

More information

An Ant-Based Optimization Approach for Inventory Routing

An Ant-Based Optimization Approach for Inventory Routing An Ant-Based Optimization Approach for Inventory Routing Vasileios A. Tatsis 1, Konstantinos E. Parsopoulos 1, Konstantina Skouri 2, and Ioannis Konstantaras 3 1 Department of Computer Science, Universy

More information

A PARAMETER CONTROL SCHEME FOR DE INSPIRED BY ACO

A PARAMETER CONTROL SCHEME FOR DE INSPIRED BY ACO A PARAMETER CONTROL SCHEME FOR DE INSPIRED BY ACO Dražen Bajer, Goran Martinović Faculty of Electrical Engineering, Josip Juraj Strossmayer University of Osijek, Croatia drazen.bajer@etfos.hr, goran.martinovic@etfos.hr

More information

An Improved Ant Colony Optimization Algorithm for Clustering Proteins in Protein Interaction Network

An Improved Ant Colony Optimization Algorithm for Clustering Proteins in Protein Interaction Network An Improved Ant Colony Optimization Algorithm for Clustering Proteins in Protein Interaction Network Jamaludin Sallim 1, Rosni Abdullah 2, Ahamad Tajudin Khader 3 1,2,3 School of Computer Sciences, Universiti

More information

Convergence Control in ACO

Convergence Control in ACO Convergence Control in ACO Bernd Meyer bernd.meyer@acm.org Dept. of Computer Science, Monash University, Australia Abstract. Ant Colony Optimization (ACO) is a recent stochastic metaheuristic inspired

More information

Combining two pheromone structures for solving the car sequencing problem with Ant Colony Optimization

Combining two pheromone structures for solving the car sequencing problem with Ant Colony Optimization Combining two pheromone structures for solving the car sequencing problem with Ant Colony Optimization Christine Solnon To cite this version: Christine Solnon. Combining two pheromone structures for solving

More information

An Effective Chromosome Representation for Evolving Flexible Job Shop Schedules

An Effective Chromosome Representation for Evolving Flexible Job Shop Schedules An Effective Chromosome Representation for Evolving Flexible Job Shop Schedules Joc Cing Tay and Djoko Wibowo Intelligent Systems Lab Nanyang Technological University asjctay@ntuedusg Abstract As the Flexible

More information

Computational Intelligence Methods

Computational Intelligence Methods Computational Intelligence Methods Ant Colony Optimization, Partical Swarm Optimization Pavel Kordík, Martin Šlapák Katedra teoretické informatiky FIT České vysoké učení technické v Praze MI-MVI, ZS 2011/12,

More information

Algorithms and Complexity theory

Algorithms and Complexity theory Algorithms and Complexity theory Thibaut Barthelemy Some slides kindly provided by Fabien Tricoire University of Vienna WS 2014 Outline 1 Algorithms Overview How to write an algorithm 2 Complexity theory

More information

MULTI-PERIOD MULTI-DIMENSIONAL KNAPSACK PROBLEM AND ITS APPLICATION TO AVAILABLE-TO-PROMISE

MULTI-PERIOD MULTI-DIMENSIONAL KNAPSACK PROBLEM AND ITS APPLICATION TO AVAILABLE-TO-PROMISE MULTI-PERIOD MULTI-DIMENSIONAL KNAPSACK PROBLEM AND ITS APPLICATION TO AVAILABLE-TO-PROMISE Hoong Chuin LAU and Min Kwang LIM School of Computing National University of Singapore, 3 Science Drive 2, Singapore

More information

Optimizing Surface Profiles during Hot Rolling: A Genetic Algorithms Based Multi-objective Optimization

Optimizing Surface Profiles during Hot Rolling: A Genetic Algorithms Based Multi-objective Optimization Optimizing Surface Profiles during Hot Rolling: A Genetic Algorithms Based Multi-objective Optimization N. Chakraborti 1, B. Siva Kuamr 1, V. Satish Babu 1, S. Moitra 1, and A. Mukhopadhyay 1 Department

More information

An ant colony algorithm applied to lay-up optimization of laminated composite plates

An ant colony algorithm applied to lay-up optimization of laminated composite plates 10(2013) 491 504 An ant colony algorithm applied to lay-up optimization of laminated composite plates Abstract Ant colony optimization (ACO) is a class of heuristic algorithms proposed to solve optimization

More information

Swarm Intelligence Traveling Salesman Problem and Ant System

Swarm Intelligence Traveling Salesman Problem and Ant System Swarm Intelligence Leslie Pérez áceres leslie.perez.caceres@ulb.ac.be Hayfa Hammami haifa.hammami@ulb.ac.be IRIIA Université Libre de ruxelles (UL) ruxelles, elgium Outline 1.oncept review 2.Travelling

More information

Mauro Birattari, Prasanna Balaprakash, and Marco Dorigo

Mauro Birattari, Prasanna Balaprakash, and Marco Dorigo Chapter 10 THE ACO/F-RACE ALGORITHM FOR COMBINATORIAL OPTIMIZATION UNDER UNCERTAINTY Mauro Birattari, Prasanna Balaprakash, and Marco Dorigo IRIDIA, CoDE, Université Libre de Bruxelles, Brussels, Belgium

More information

Multi-objective Quadratic Assignment Problem instances generator with a known optimum solution

Multi-objective Quadratic Assignment Problem instances generator with a known optimum solution Multi-objective Quadratic Assignment Problem instances generator with a known optimum solution Mădălina M. Drugan Artificial Intelligence lab, Vrije Universiteit Brussel, Pleinlaan 2, B-1050 Brussels,

More information

Australian Journal of Basic and Applied Sciences. Parametric Modelling of Flexible Plate Structures Using Ant Colony Optimization

Australian Journal of Basic and Applied Sciences. Parametric Modelling of Flexible Plate Structures Using Ant Colony Optimization Australian Journal of Basic and Applied Sciences, 8(9) Special, Pages: 58-6 AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:99-878 Journal home page: www.ajbasweb.com Parametric Modelling

More information

Gas Turbine LQR, INTEGRAL Controllers and Optimal PID Tuning by Ant Colony Optimization Comparative Study

Gas Turbine LQR, INTEGRAL Controllers and Optimal PID Tuning by Ant Colony Optimization Comparative Study International Journal of Computer Science and elecommunications [Volume 4, Issue, January 23] 35 ISSN 247-3338 Gas urbine LQR, INEGRAL Controllers and Optimal PID uning by Ant Colony Optimization Comparative

More information

The Probabilistic Pickup and Delivery Problem

The Probabilistic Pickup and Delivery Problem The Probabilistic Pickup and Delivery Problem Enrique Benavent 1, M. Landete 2, J.J. Salazar 3, G. Tirado 4 1 Departament d'estadística i Investigació Operativa, Universitat de València, Spain 2 Universidad

More information

Adapting the Pheromone Evaporation Rate in Dynamic Routing Problems

Adapting the Pheromone Evaporation Rate in Dynamic Routing Problems Adapting the Pheroone Evaporation Rate in Dynaic Routing Probles Michalis Mavrovouniotis and Shengxiang Yang School of Coputer Science and Inforatics, De Montfort University The Gateway, Leicester LE1

More information

Gaussian EDA and Truncation Selection: Setting Limits for Sustainable Progress

Gaussian EDA and Truncation Selection: Setting Limits for Sustainable Progress Gaussian EDA and Truncation Selection: Setting Limits for Sustainable Progress Petr Pošík Czech Technical University, Faculty of Electrical Engineering, Department of Cybernetics Technická, 66 7 Prague

More information

Travel Time Calculation With GIS in Rail Station Location Optimization

Travel Time Calculation With GIS in Rail Station Location Optimization Travel Time Calculation With GIS in Rail Station Location Optimization Topic Scope: Transit II: Bus and Rail Stop Information and Analysis Paper: # UC8 by Sutapa Samanta Doctoral Student Department of

More information

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell Power Series Part 1 1 Power Series Suppose x is a variable and c k & a are constants. A power series about x = 0 is c k x k A power series about x = a is c k x a k a = center of the power series c k =

More information

Available online at ScienceDirect. Procedia Computer Science 20 (2013 ) 90 95

Available online at  ScienceDirect. Procedia Computer Science 20 (2013 ) 90 95 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 20 (2013 ) 90 95 Complex Adaptive Systems, Publication 3 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri

More information

New Instances for the Single Machine Total Weighted Tardiness Problem

New Instances for the Single Machine Total Weighted Tardiness Problem HELMUT-SCHMIDT-UNIVERSITÄT UNIVERSITÄT DER BUNDESWEHR HAMBURG LEHRSTUHL FÜR BETRIEBSWIRTSCHAFTSLEHRE, INSBES. LOGISTIK-MANAGEMENT Prof. Dr. M. J. Geiger Arbeitspapier / Research Report RR-10-03-01 March

More information

A Land Use Spatial Allocation Model based on Ant. Colony Optimization

A Land Use Spatial Allocation Model based on Ant. Colony Optimization A Land Use Spatial Allocation Model based on Ant Colony Optimization LIU YaoLin 1,2 *, TANG DiWei 1,LIU DianFeng 1,2,KONG XueSong 1,2 1 School of Resource and Environment Science, Wuhan University, Wuhan

More information

SIMU L TED ATED ANNEA L NG ING

SIMU L TED ATED ANNEA L NG ING SIMULATED ANNEALING Fundamental Concept Motivation by an analogy to the statistical mechanics of annealing in solids. => to coerce a solid (i.e., in a poor, unordered state) into a low energy thermodynamic

More information

Permutation-based Optimization Problems and Estimation of Distribution Algorithms

Permutation-based Optimization Problems and Estimation of Distribution Algorithms Permutation-based Optimization Problems and Estimation of Distribution Algorithms Josu Ceberio Supervisors: Jose A. Lozano, Alexander Mendiburu 1 Estimation of Distribution Algorithms Estimation of Distribution

More information

Runtime Analysis of a Simple Ant Colony Optimization Algorithm

Runtime Analysis of a Simple Ant Colony Optimization Algorithm Algorithmica (2009) 54: 243 255 DOI 10.1007/s00453-007-9134-2 Runtime Analysis of a Simple Ant Colony Optimization Algorithm Frank Neumann Carsten Witt Received: 22 January 2007 / Accepted: 20 November

More information

Overview. Optimization. Easy optimization problems. Monte Carlo for Optimization. 1. Survey MC ideas for optimization: (a) Multistart

Overview. Optimization. Easy optimization problems. Monte Carlo for Optimization. 1. Survey MC ideas for optimization: (a) Multistart Monte Carlo for Optimization Overview 1 Survey MC ideas for optimization: (a) Multistart Art Owen, Lingyu Chen, Jorge Picazo (b) Stochastic approximation (c) Simulated annealing Stanford University Intel

More information

Swarm-bots and Swarmanoid: Two experiments in embodied swarm intelligence

Swarm-bots and Swarmanoid: Two experiments in embodied swarm intelligence Swarm-bots and Swarmanoid: Two experiments in embodied swarm intelligence Marco Dorigo FNRS Research Director IRIDIA Université Libre de Bruxelles IAT - 17.9.2009 - Milano, Italy What is swarm intelligence?

More information

Deterministic Nonlinear Modeling of Ant Algorithm with Logistic Multi-Agent System

Deterministic Nonlinear Modeling of Ant Algorithm with Logistic Multi-Agent System Deterministic Nonlinear Modeling of Ant Algorithm with Logistic Multi-Agent System Rodolphe Charrier, Christine Bourjot, François Charpillet To cite this version: Rodolphe Charrier, Christine Bourjot,

More information

Improving convergence of combinatorial optimization meta-heuristic algorithms

Improving convergence of combinatorial optimization meta-heuristic algorithms Sapienza Università di Roma A.A. 2012-2013 Facoltà di Scienze Matematiche Fisiche e Naturali Dipartimento di Matematica Guido Castelnuovo PhD in Mathematics Improving convergence of combinatorial optimization

More information

Gradient-based Adaptive Stochastic Search

Gradient-based Adaptive Stochastic Search 1 / 41 Gradient-based Adaptive Stochastic Search Enlu Zhou H. Milton Stewart School of Industrial and Systems Engineering Georgia Institute of Technology November 5, 2014 Outline 2 / 41 1 Introduction

More information

Swarm Behavior of the Electromagnetics Community as regards Using Swarm Intelligence in their Research Studies

Swarm Behavior of the Electromagnetics Community as regards Using Swarm Intelligence in their Research Studies Swarm Behavior of the Electromagnetics Community as regards Using Swarm Intelligence in their Research Studies Asim Egemen Yilmaz Department of Electronics Engineering, Faculty of Engineering Ankara University

More information

Chapter 2 Fundamentals of Evolutionary Computation

Chapter 2 Fundamentals of Evolutionary Computation Chapter 2 Fundamentals of Evolutionary Computation Abstract The key evolutionary approaches used in the next chapters, including genetic algorithms, quantum-inspired evolutionary algorithms, ant colony

More information

More on Lagrange multipliers

More on Lagrange multipliers More on Lagrange multipliers CE 377K April 21, 2015 REVIEW The standard form for a nonlinear optimization problem is min x f (x) s.t. g 1 (x) 0. g l (x) 0 h 1 (x) = 0. h m (x) = 0 The objective function

More information

Finding the Shortest Hamiltonian Path for Iranian Cities Using Hybrid Simulated Annealing and Ant Colony Optimization Algorithms

Finding the Shortest Hamiltonian Path for Iranian Cities Using Hybrid Simulated Annealing and Ant Colony Optimization Algorithms International Journal of Industrial Engineering & Production Research March 2011, Volume 22 Number 1 pp. 31-42 ISSN: 2008-4889 http://ijiepr.iust.ac.ir/ Finding the Shortest Hamiltonian Path for Iranian

More information

An Introduction to Differential Evolution. Kelly Fleetwood

An Introduction to Differential Evolution. Kelly Fleetwood An Introduction to Differential Evolution Kelly Fleetwood Synopsis Introduction Basic Algorithm Example Performance Applications The Basics of Differential Evolution Stochastic, population-based optimisation

More information

OUTPUT CONSENSUS OF HETEROGENEOUS LINEAR MULTI-AGENT SYSTEMS BY EVENT-TRIGGERED CONTROL

OUTPUT CONSENSUS OF HETEROGENEOUS LINEAR MULTI-AGENT SYSTEMS BY EVENT-TRIGGERED CONTROL OUTPUT CONSENSUS OF HETEROGENEOUS LINEAR MULTI-AGENT SYSTEMS BY EVENT-TRIGGERED CONTROL Gang FENG Department of Mechanical and Biomedical Engineering City University of Hong Kong July 25, 2014 Department

More information

Research Article Study on the Stochastic Chance-Constrained Fuzzy Programming Model and Algorithm for Wagon Flow Scheduling in Railway Bureau

Research Article Study on the Stochastic Chance-Constrained Fuzzy Programming Model and Algorithm for Wagon Flow Scheduling in Railway Bureau Mathematical Problems in Engineering Volume 2012, Article ID 602153, 13 pages doi:10.1155/2012/602153 Research Article Study on the Stochastic Chance-Constrained Fuzzy Programming Model and Algorithm for

More information

Generalization of Dominance Relation-Based Replacement Rules for Memetic EMO Algorithms

Generalization of Dominance Relation-Based Replacement Rules for Memetic EMO Algorithms Generalization of Dominance Relation-Based Replacement Rules for Memetic EMO Algorithms Tadahiko Murata 1, Shiori Kaige 2, and Hisao Ishibuchi 2 1 Department of Informatics, Kansai University 2-1-1 Ryozenji-cho,

More information

ELECTRICITY GENERATION SCHEDULING AN IMPROVED FOR FIREFLY OPTIMIZATION ALGORITHM

ELECTRICITY GENERATION SCHEDULING AN IMPROVED FOR FIREFLY OPTIMIZATION ALGORITHM International Research Journal of Engineering and Technology (IRJET) e-issn: -00 Volume: 0 Issue: 0 June -01 www.irjet.net p-issn: -00 ELECTRICITY GENERATION SCHEDULING AN IMPROVED FOR FIREFLY OPTIMIZATION

More information

An Ant Colony Optimization Classifier System for Bacterial Growth

An Ant Colony Optimization Classifier System for Bacterial Growth An Ant Colony Optimization Classifier System for Bacterial Growth P.S. Shelokar, V. K. Jayaraman, B.D. Kulkarni* Chemical Engineering & Process Development Division, National Chemical Laboratory, Pune

More information

Simple Max-Min Ant Systems and the Optimization of Linear Pseudo-Boolean Functions

Simple Max-Min Ant Systems and the Optimization of Linear Pseudo-Boolean Functions Simple Max-Min Ant Systems and the Optimization of Linear Pseudo-Boolean Functions Timo Kötzing Max-Planck-Institut für Informatik 66123 Saarbrücken, Germany Dirk Sudholt CERCIA, University of Birmingham

More information

Towards a Deterministic Model for Course Timetabling

Towards a Deterministic Model for Course Timetabling Towards a Deterministic Model for Course Timetabling PILAR POZOS PARRA OSCAR CHAVEZ BOSQUEZ JOSE LUIS GOMES RAMOS University of Tabasco Department of Informatics and Systems Carretera Cunduacán - Jalpa

More information

7.1 Basis for Boltzmann machine. 7. Boltzmann machines

7.1 Basis for Boltzmann machine. 7. Boltzmann machines 7. Boltzmann machines this section we will become acquainted with classical Boltzmann machines which can be seen obsolete being rarely applied in neurocomputing. It is interesting, after all, because is

More information

Chapter 17: Ant Algorithms

Chapter 17: Ant Algorithms Computational Intelligence: Second Edition Contents Some Facts Ants appeared on earth some 100 million years ago The total ant population is estimated at 10 16 individuals [10] The total weight of ants

More information

Continuous Random Variables

Continuous Random Variables MATH 38 Continuous Random Variables Dr. Neal, WKU Throughout, let Ω be a sample space with a defined probability measure P. Definition. A continuous random variable is a real-valued function X defined

More information

Rigorous Analyses for the Combination of Ant Colony Optimization and Local Search

Rigorous Analyses for the Combination of Ant Colony Optimization and Local Search Rigorous Analyses for the Combination of Ant Colony Optimization and Local Search Frank Neumann 1, Dirk Sudholt 2, and Carsten Witt 2 1 Max-Planck-Institut für Informatik, 66123 Saarbrücken, Germany, fne@mpi-inf.mpg.de

More information