Results 1 - 10
of
35
Pheromone Modification Strategies for Ant Algorithms applied to Dynamic TSP
, 2001
"... We investigate strategies for pheromone modification of ant algorithms in reaction to the insertion/deletion of a city of Traveling Salesperson Problem (TSP) instances. Three strategies for pheromone diversification through equalization of the pheromone values on the edges are proposed and compared. ..."
Abstract
-
Cited by 28 (1 self)
- Add to MetaCart
We investigate strategies for pheromone modification of ant algorithms in reaction to the insertion/deletion of a city of Traveling Salesperson Problem (TSP) instances. Three strategies for pheromone diversification through equalization of the pheromone values on the edges are proposed and compared. One strategy acts globally without consideration of the position of the inserted/deleted city. The other strategies perform pheromone modification only in the neighborhood of the inserted/deleted city, where neighborhood is defined differently for the two strategies. We furthermore evaluate di erent parameter settings for each of the strategies.
Ants can solve Constraint Satisfaction Problems
- IEEE Transactions on Evolutionary Computation
, 2001
"... In this paper we describe a new incomplete approach for solving constraint satisfaction problems (CSPs) based on the ant colony optimization (ACO) metaheuristic. The idea is to use artificial ants to keep track of promising areas of the search space by laying trails of pheromone. This pheromone info ..."
Abstract
-
Cited by 21 (9 self)
- Add to MetaCart
In this paper we describe a new incomplete approach for solving constraint satisfaction problems (CSPs) based on the ant colony optimization (ACO) metaheuristic. The idea is to use artificial ants to keep track of promising areas of the search space by laying trails of pheromone. This pheromone information is used to guide the search, as a heuristic for choosing values to be assigned to variables.
A Population Based Approach for ACO
, 2002
"... A population based ACO (Ant Colony Optimization) algorithm is proposed where (nearly) all pheromone information corresponds to solutions that are members of the actual population. Advantages of the population based approach are that it seems promising for solving dynamic optimization problems, i ..."
Abstract
-
Cited by 21 (6 self)
- Add to MetaCart
A population based ACO (Ant Colony Optimization) algorithm is proposed where (nearly) all pheromone information corresponds to solutions that are members of the actual population. Advantages of the population based approach are that it seems promising for solving dynamic optimization problems, its nite state space and the chances it oers for designing new metaheuristics. We compare the behavior of the new approach to the standard ACO approach for several instances of the TSP and the QAP problem. The results show that the new approach is competitive.
Ants-Based Routing in Large Scale Mobile Ad-Hoc Networks
- In Kommunikation in verteilten Systemen (KiVS03
, 2003
"... In this paper, we address the problem of routing in large-scale mobile ad-hoc networks (MANETs), both in terms of number of nodes and coverage area. Our approach aims at abstracting from the dynamic, irregular topology of a MANET to obtain a topology with "logical routers" and "logical links", w ..."
Abstract
-
Cited by 17 (0 self)
- Add to MetaCart
In this paper, we address the problem of routing in large-scale mobile ad-hoc networks (MANETs), both in terms of number of nodes and coverage area. Our approach aims at abstracting from the dynamic, irregular topology of a MANET to obtain a topology with "logical routers" and "logical links", where logical router and logical links are just a collection of nodes and (multihop) paths between them, respectively. To "build" these logical routers, nodes geographically close to each other are grouped together. Logical links are established between selected logical routers. On top of this abstract topology, we propose to run a routing protocol based on mobile agents and inspired from social insects behaviour.
A Study of Greedy, Local Search and Ant Colony Optimization Approaches for Car Sequencing Problems
- In Applications of evolutionary computing, volume 2611 of LNCS
, 2003
"... This paper describes and compares several heuristic approaches for the car sequencing problem. We rst study greedy heuristics, and show that dynamic ones clearly outperform their static counterparts. ..."
Abstract
-
Cited by 12 (2 self)
- Add to MetaCart
This paper describes and compares several heuristic approaches for the car sequencing problem. We rst study greedy heuristics, and show that dynamic ones clearly outperform their static counterparts.
Ant Colony Optimisation and Local Search for Bin Packing and Cutting Stock Problems
- Journal of the Operational Research Society. (forthcoming
, 2003
"... The Bin Packing Problem and the Cutting Stock Problem are two related classes of NP-hard combinatorial optimisation problems. Exact solution methods can only be used for very small instances, so for real-world problems we have to rely on heuristic methods. In recent years, researchers have started t ..."
Abstract
-
Cited by 10 (1 self)
- Add to MetaCart
The Bin Packing Problem and the Cutting Stock Problem are two related classes of NP-hard combinatorial optimisation problems. Exact solution methods can only be used for very small instances, so for real-world problems we have to rely on heuristic methods. In recent years, researchers have started to apply evolutionary approaches to these problems, including Genetic Algorithms and Evolutionary Programming. In the work presented here, we used an ant colony optimisation (ACO) approach to solve both Bin Packing and Cutting Stock Problems. We present a pure ACO approach, as well as an ACO approach augmented with a simple but very effective local search algorithm. It is shown that the pure ACO approach can outperform some existing solution methods, whereas the hybrid approach can compete with the best known solution methods. The local search algorithm is also run with random restarts and shown to perform significantly worse than when combined with ACO.
On the runtime analysis of the 1-ANT ACO algorithm
- IN GENETIC AND EVOLUTIONARY COMPUTATION CONFERENCE, GECCO 2007, PROCEEDINGS
, 2007
"... The runtime analysis of randomized search heuristics is a growing field where, in the last two decades, many rigorous results have been obtained. These results, however, apply particularly to classical search heuristics such as Evolutionary Algorithms (EAs) and Simulated Annealing. First runtime ana ..."
Abstract
-
Cited by 9 (7 self)
- Add to MetaCart
The runtime analysis of randomized search heuristics is a growing field where, in the last two decades, many rigorous results have been obtained. These results, however, apply particularly to classical search heuristics such as Evolutionary Algorithms (EAs) and Simulated Annealing. First runtime analyses of modern search heuristics have been conducted only recently w. r. t. a simple Ant Colony Optimization (ACO) algorithm called 1-ANT. In particular, the influence of the evaporation factor in the pheromone update mechanism and the robustness of this parameter w. r. t. the runtime behavior have been determined for the example function OneMax. This paper puts forward the rigorous runtime analysis of the 1-ANT on example functions, namely on the functions LeadingOnes and BinVal. With respect to EAs, such analyses have been essential to develop methods for the analysis on more complicated problems. The proof techniques required for the 1-ANT, unfortunately, differ significantly from those for EAs, which means that a new reservoir of methods has to be built up. Again, the influence of the evaporation factor is analyzed rigorously, and it is proved that its choice can be very crucial to allow efficient runtimes. Moreover, the analyses provide insight into the working principles of ACO algorithms and, in terms of their robustness, describe essential differences to other randomized search heuristics.
The ACO/F-RACE algorithm for combinatorial optimization under uncertainty
- Metaheuristics - Progress in Complex Systems Optimization. Operations Research/Computer Science Interfaces Series
, 2006
"... Abstract The paper introduces ACO/F-Race, an algorithm for tackling combinatorial optimization problems under uncertainty. The algorithm is based on ant colony optimization and on F-Race. The latter is a general method for the comparison of a number of candidates and for the selection of the best on ..."
Abstract
-
Cited by 6 (4 self)
- Add to MetaCart
Abstract The paper introduces ACO/F-Race, an algorithm for tackling combinatorial optimization problems under uncertainty. The algorithm is based on ant colony optimization and on F-Race. The latter is a general method for the comparison of a number of candidates and for the selection of the best one according to a given criterion. Some experimental results on the probabilistic traveling salesman problem are presented.
Rigorous Analyses for the Combination of Ant Colony Optimization and Local Search
"... Abstract. Ant colony optimization (ACO) is a metaheuristic that produces good results for a wide range of combinatorial optimization problems. Often such successful applications use a combination of ACO and local search procedures that improve the solutions constructed by the ants. In this paper, we ..."
Abstract
-
Cited by 5 (2 self)
- Add to MetaCart
Abstract. Ant colony optimization (ACO) is a metaheuristic that produces good results for a wide range of combinatorial optimization problems. Often such successful applications use a combination of ACO and local search procedures that improve the solutions constructed by the ants. In this paper, we study this combination from a theoretical point of view and point out situations where introducing local search into an ACO algorithm enhances the optimization process significantly. On the other hand, we illustrate the drawback that such a combination might have by showing that this may prevent an ACO algorithm from obtaining optimal solutions. 1

