Results 11 - 20
of
52
Memetic Algorithms for Combinatorial Optimization Problems: Fitness Landscapes and Effective Search Strategies
, 2001
"... ..."
ACO Algorithms for the Traveling Salesman Problem
- Periaux (eds), Evolutionary Algorithms in Engineering and Computer Science: Recent Advances in Genetic Algorithms, Evolution Strategies, Evolutionary Programming, Genetic Programming and Industrial Applications
, 1999
"... Ant algorithms [18, 14, 19] are a recently developed, population-based approach which has been successfully applied to several NP-hard combinatorial ..."
Abstract
-
Cited by 40 (6 self)
- Add to MetaCart
Ant algorithms [18, 14, 19] are a recently developed, population-based approach which has been successfully applied to several NP-hard combinatorial
Improvements on Ant-System: Introducing MAX-MIN Ant System
, 1996
"... Ant System is a general purpose heuristic algorithm inspired by the foraging behavior of real ant colonies. Here we introduce an improved version of Ant System, that we called MAX-MIN Ant System. We describe the new features present in MAX-MIN Ant System, make a detailed experimental investigation ..."
Abstract
-
Cited by 40 (7 self)
- Add to MetaCart
Ant System is a general purpose heuristic algorithm inspired by the foraging behavior of real ant colonies. Here we introduce an improved version of Ant System, that we called MAX-MIN Ant System. We describe the new features present in MAX-MIN Ant System, make a detailed experimental investigation on the contribution of the design choices to the improved performance and give computational results for the application to symmetric and asymmetric Traveling Salesman Problems. The performance of MAX-MIN Ant System can be further improved by adding a local search phase in which some ants are allowed to improve their solution.
Fitness Landscapes, Memetic Algorithms, and Greedy Operators for Graph Bipartitioning
- Evolutionary Computation
, 2000
"... The fitness landscape of the graph bipartitioning problem is investigated by performing a search space analysis for several types of graphs. The analysis shows that the structure of the search space is significantly different for the types of instances studied. Moreover, with increasing epistasis ..."
Abstract
-
Cited by 39 (13 self)
- Add to MetaCart
The fitness landscape of the graph bipartitioning problem is investigated by performing a search space analysis for several types of graphs. The analysis shows that the structure of the search space is significantly different for the types of instances studied. Moreover, with increasing epistasis, the amount of gene interactions in the representation of a solution in an evolutionary algorithm, the number of local minima for one type of instance decreases and, thus, the search becomes easier. We suggest that other characteristics besides high epistasis might have greater influence on the hardness of a problem. To understand these characteristics, the notion of a dependency graph describing gene interactions is introduced.
A Genetic Local Search Approach to the Quadratic Assignment Problem
- in Proceedings of the 7th International Conference on Genetic Algorithms
, 1997
"... Augmenting genetic algorithms with local search heuristics is a promising approach to the solution of combinatorial optimization problems. In this paper, a genetic local search approach to the quadratic assignment problem (QAP) is presented. New genetic operators for realizing the approach are descr ..."
Abstract
-
Cited by 32 (9 self)
- Add to MetaCart
Augmenting genetic algorithms with local search heuristics is a promising approach to the solution of combinatorial optimization problems. In this paper, a genetic local search approach to the quadratic assignment problem (QAP) is presented. New genetic operators for realizing the approach are described, and its performance is tested on various QAP instances containing between 30 and 256 facilities/locations. The results indicate that the proposed algorithm is able to arrive at high quality solutions in a relatively short time limit: for the largest publicly known problem instance, a new best solution could be found. 1 INTRODUCTION In the quadratic assignment problem (QAP), n facilities have to be assigned to n locations at minimum cost. Given a set \Pi(n) of all permutations of f1; 2; : : : ; ng and two n \Theta n matrices A = (a ij ) and B = (b ij ), the task is to minimize the quantity C(ß) = n X i=1 n X j=1 a ij b ß(i)ß(j) ; ß 2 \Pi(n): (1) Matrix A can be interpreted as a ...
Evolving Objects: a general purpose evolutionary computation library
, 2001
"... This paper presents the evolving objects library (EOlib), an object-oriented framework for evolutionary computation (EC) that aims to provide a exible set of classes to build EC applications. EOlib design objective is to be able to evolve any object in which tness makes sense. ..."
Abstract
-
Cited by 30 (4 self)
- Add to MetaCart
This paper presents the evolving objects library (EOlib), an object-oriented framework for evolutionary computation (EC) that aims to provide a exible set of classes to build EC applications. EOlib design objective is to be able to evolve any object in which tness makes sense.
A Memetic Algorithm With Self-Adaptive Local Search: TSP as a case study
, 2000
"... In this paper we introduce a promising hybridization scheme for a Memetic Algorithm (MA). Our MA is composed of two optimization processes, a Genetic Algorithm and a Monte Carlo method (MC). In contrast with other GA-Monte Carlo hybridized memetic algorithms, in our work the MC stage serves two purp ..."
Abstract
-
Cited by 28 (7 self)
- Add to MetaCart
In this paper we introduce a promising hybridization scheme for a Memetic Algorithm (MA). Our MA is composed of two optimization processes, a Genetic Algorithm and a Monte Carlo method (MC). In contrast with other GA-Monte Carlo hybridized memetic algorithms, in our work the MC stage serves two purposes: -- when the population is diverse it acts like a local search procedure and -- when the population converges its goal is to diversify the search. To achieve this, the MC is self-adaptive based on observations from the underlying GA behavior; the GA controls the long-term optimization process. We present preliminary, yet statistically significant, results on the application of this approach to the TSP problem.We also comment it successful application to a molecular conformational problem: Protein Folding.
A Comparison of Memetic Algorithms, Tabu Search, and Ant Colonies for the Quadratic Assignment Problem
- Proc. Congress on Evolutionary Computation, IEEE
, 1999
"... A memetic algorithm (MA), i.e. an evolutionary algorithm making use of local search, for the quadratic assignment problem is presented. A new recombination operator for realizing the approach is described, and the behavior of the MA is investigated on a set of problem instances containing between 25 ..."
Abstract
-
Cited by 28 (4 self)
- Add to MetaCart
A memetic algorithm (MA), i.e. an evolutionary algorithm making use of local search, for the quadratic assignment problem is presented. A new recombination operator for realizing the approach is described, and the behavior of the MA is investigated on a set of problem instances containing between 25 and 100 facilities/locations. The results indicate that the proposed MA is able to produce high quality solutions quickly. A comparison of the MA with some of the currently best alternative approaches -- reactive tabu search, robust tabu search and the fast ant colony system -- demonstrates that the MA outperforms its competitors on all studied problem instances of practical interest. 1 Introduction The problem of assigning a set of facilities (with given flows between them) to a set of locations (with given distances between them) in such a way that the sum of the product between flows and distances is minimized is known as the facilities location problem [1] or the quadratic assignment ...
Memetic Algorithms and the Fitness Landscape of the Graph Bi-Partitioning Problem
- in Proceedings of the 5th International Conference on Parallel Problem Solving from Nature - PPSN
, 1998
"... . In this paper, two types of fitness landscapes of the graph bipartitioning problem are analyzed, and a memetic algorithm -- a genetic algorithm incorporating local search -- that finds near-optimum solutions efficiently is presented. A search space analysis reveals that the fitness landscapes of g ..."
Abstract
-
Cited by 26 (6 self)
- Add to MetaCart
. In this paper, two types of fitness landscapes of the graph bipartitioning problem are analyzed, and a memetic algorithm -- a genetic algorithm incorporating local search -- that finds near-optimum solutions efficiently is presented. A search space analysis reveals that the fitness landscapes of geometric and non-geometric random graphs differ significantly, and within each type of graph there are also differences with respect to the epistasis of the problem instances. As suggested by the analysis, the performance of the proposed memetic algorithm based on Kernighan-Lin local search is better on problem instances with high epistasis than with low epistasis. Further analytical results indicate that a combination of a recently proposed greedy heuristic and Kernighan-Lin local search is likely to perform well on geometric graphs. The experimental results obtained for non-geometric graphs show that the proposed memetic algorithm (MA) is superior to any other heuristic known to us. For th...

