• Documents
  • Authors
  • Tables
  • Other Seers ▼
    RefSeer AckSeer CollabSeer SeerSeer
  • Log in
  • Sign up
  • MetaCart

CiteSeerX logo

Advanced Search Include Citations
Advanced Search Include Citations | Disambiguate

Memetic Algorithms for Combinatorial Optimization Problems: Fitness Landscapes and Effective Search Strategies (2001)

by Peter Merz
Add To MetaCart

Tools

Sorted by:
Results 1 - 10 of 34
Next 10 →

A Genetic Local Search Algorithm for Solving Symmetric and Asymmetric Traveling Salesman Problems

by Bernd Freisleben, Peter Merz - In Proceedings of the 1996 IEEE International Conference on Evolutionary Computation , 1996
"... The combination of local search heuristics and genetic algorithms is a promising approach for finding nearoptimum solutions to the traveling salesman problem (TSP). In this paper, an approach is presented in which local search techniques are used to find local optima in a given TSP search space, and ..."
Abstract - Cited by 61 (12 self) - Add to MetaCart
The combination of local search heuristics and genetic algorithms is a promising approach for finding nearoptimum solutions to the traveling salesman problem (TSP). In this paper, an approach is presented in which local search techniques are used to find local optima in a given TSP search space, and genetic algorithms are used to search the space of local optima in order to find the global optimum. New genetic operators for realizing the proposed approach are described, and the quality and efficiency of the solutions obtained for a set of symmetric and asymmetric TSP instances are discussed. The results indicate that it is possible to arrive at high quality solutions in reasonable time. I. Introduction In the Traveling Salesman Problem (TSP) [18], [27], a number of cities with distances between them is given and the task is to find the minimum--length closed tour that visits each city once and returns to its starting point. A symmetric TSP (STSP) is one where the distance between any...

A Tutorial for Competent Memetic Algorithms: Model, Taxonomy And Design Issues

by Natalio Krasnogor, et al. - IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION
"... The combination of Evolutionary algorithms with local search was named "Memetic Algorithms" (MAs) in [1]. These methods are inspired by models of natural systems that combine the evolutionary adaptation of a population with individual learning within the lifetimes of its members. Additionally, MAs a ..."
Abstract - Cited by 49 (7 self) - Add to MetaCart
The combination of Evolutionary algorithms with local search was named "Memetic Algorithms" (MAs) in [1]. These methods are inspired by models of natural systems that combine the evolutionary adaptation of a population with individual learning within the lifetimes of its members. Additionally, MAs are inspired by Richard Dawkin's concept of a meme, which represents a unit of cultural evolution that can exhibit local refinement [2]. In the case of MAs "memes" refer to the strategies (e.g. local refinement, perturbation or constructive methods, etc) that are employed to improve individuals. In this paper we review some works on the application of MAs to well known combinatorial optimisation problems, and place them in a framework defined by a general syntactic model. This model provides us with a classification scheme based on a computable index D, which facilitates algorithmic comparisons and suggests areas for future research. Also, by having an abstract model for this class of meta-heuristics it is possible to explore their design space and better understand their behaviour from a theoretical standpoint. We illustrate the theoretical and practical relevance of this model and taxonomy for MAs in the context of a discussion of important design issues that must be addressed to produce effective and efficient Memetic Algorithms.

Greedy and Local Search Heuristics for Unconstrained Binary Quadratic Programming

by Peter Merz, Bernd Freisleben , 2000
"... In this paper, a greedy heuristic and two local search algorithms, 1-opt local search and k-opt local search, are proposed for the unconstrained binary quadratic programming problem (BQP). These heuristics are well suited for the incorporation into meta-heuristics such as evolutionary algorithms. Th ..."
Abstract - Cited by 21 (3 self) - Add to MetaCart
In this paper, a greedy heuristic and two local search algorithms, 1-opt local search and k-opt local search, are proposed for the unconstrained binary quadratic programming problem (BQP). These heuristics are well suited for the incorporation into meta-heuristics such as evolutionary algorithms. Their performance is compared for 115 problem instances. All methods are capable of producing high quality solutions in short time. In particular, the greedy heuristic is able to find near optimum solutions a few percent below the bestknown solutions, and the local search procedures are sufficient to find the best-known solutions of all problem instances with n 100. The k-opt local searches even find the best-known solutions for all problems of size n 250 and for 11 out of 15 instances of size n = 500 in all runs. For larger problems (n = 500; 1000; 2500), the heuristics appear to be capable of finding near optimum solutions quickly. Therefore, the proposed heuristics - especially t...

Real-coded Memetic Algorithms with crossover hill-climbing

by Manuel Lozano, Francisco Herrera, Natalio Krasnogor, Daniel Molina - Evolutionary Computation , 2004
"... This paper presents a real-coded memetic algorithm that applies a crossover hillclimbing to solutions produced by the genetic operators. On the one hand, the memetic algorithm provides global search (reliability) by means of the promotion of high levels of population diversity. On the other, the cro ..."
Abstract - Cited by 20 (2 self) - Add to MetaCart
This paper presents a real-coded memetic algorithm that applies a crossover hillclimbing to solutions produced by the genetic operators. On the one hand, the memetic algorithm provides global search (reliability) by means of the promotion of high levels of population diversity. On the other, the crossover hill-climbing exploits the selfadaptive capacity of real-parameter crossover operators with the aim of producing an effective local tuning on the solutions (accuracy). An important aspect of the memetic algorithm proposed is that it adaptively assigns different local search probabilities to individuals. It was observed that the algorithm adjusts the global/local search balance according to the particularities of each problem instance. Experimental results show that, for a wide range of problems, the method we propose here consistently outperforms other real-coded memetic algorithms which appeared in the literature.

Memetic Algorithms for the Traveling Salesman Problem

by Peter Merz, Bernd Freisleben - Complex Systems , 1997
"... this paper, the tness landscapes of several instances of the traveling salesman problem (TSP) are investigated to illustrate why MAs are well-suited for nding near-optimum tours for the TSP. It is shown that recombination{based MAs can exploit the correlation structure of the landscape. A comparis ..."
Abstract - Cited by 17 (7 self) - Add to MetaCart
this paper, the tness landscapes of several instances of the traveling salesman problem (TSP) are investigated to illustrate why MAs are well-suited for nding near-optimum tours for the TSP. It is shown that recombination{based MAs can exploit the correlation structure of the landscape. A comparison of several recombination operators { including a new generic recombination operator { reveals that when using the sophisticated Lin{Kernighan local search, the performance dierence of the MAs is small. However, the most important property of eective recombination operators is shown to be respectfulness. In experiments it is shown that our MAs with generic recombination are among the best evolutionary algorithms for the TSP. In particular, optimum solutions could be found up to a problem size of 3795, and for large instances up to 85,900 cities, near-optimum solutions could be found in a reasonable amount of time

A Memetic Clustering Algorithm for the Functional Partition of Genes Based on the Gene Ontology

by N. Speer, C. Spieth, A. Zell , 2004
"... With the invention of high throughput methods, researchers are capable of producing large amounts of biological data. During the analysis of such data the need of a functional grouping of genes arises. In this paper, we propose a new clustering algorithm for the partition of genes or gene products a ..."
Abstract - Cited by 17 (5 self) - Add to MetaCart
With the invention of high throughput methods, researchers are capable of producing large amounts of biological data. During the analysis of such data the need of a functional grouping of genes arises. In this paper, we propose a new clustering algorithm for the partition of genes or gene products according to their known biological function based on Gene Ontology terms. Ontologies offer a mechanism to capture knowledge in a shareable form that is also processable by computers. Our functional cluster algorithm promises to automatize, speed up and therefore improve biological data analysis.

Self Generating Metaheuristics in Bioinformatics: The Proteins Structure Comparison Case

by N. Krasnogor - Genetic Programming and Evolvable Machines , 2004
"... In this paper we describe the application of a so called "Self-Generating" Memetic Algorithm to the Maximum Contact Map Overlap problem (MAX-CMO). The maximum overlap of contact maps is emerging as a leading modeling technique to obtain structural alignment among pairs of protein structures. Identif ..."
Abstract - Cited by 12 (5 self) - Add to MetaCart
In this paper we describe the application of a so called "Self-Generating" Memetic Algorithm to the Maximum Contact Map Overlap problem (MAX-CMO). The maximum overlap of contact maps is emerging as a leading modeling technique to obtain structural alignment among pairs of protein structures. Identifying structural alignments (and hence similarity among proteins) is essential to the correct assessment of the relation between proteins structure and function. A robust methodology for structural comparison could have impact on the process of rational drug design.

A Study on the use of "Self-Generation" in Memetic Algorithms

by Natalio Krasnogor, Steven Gustafson , 2003
"... A vast number of very successful applications of Global-Local Search Hybrids have been reported in the literature in the last years for a wide range of problem domains. The majority of these papers report the combination of highly specialized pre-existing local searchers and usually purpose-speci ..."
Abstract - Cited by 10 (1 self) - Add to MetaCart
A vast number of very successful applications of Global-Local Search Hybrids have been reported in the literature in the last years for a wide range of problem domains. The majority of these papers report the combination of highly specialized pre-existing local searchers and usually purpose-speci c global operators (e.g. genetic operators in an Evolutionary Algorithm).

Memetic Algorithms for the Unconstrained Binary Quadratic Programming Problem

by Peter Merz, Kengo Katayama - BioSystems , 2004
"... This paper presents a memetic algorithm, a highly eective evolutionary algorithm incorporating local search for solving the unconstrained binary quadratic programming problem (BQP). To justify the approach, a tness landscape analysis is conducted experimentally for several instances of the BQP. ..."
Abstract - Cited by 10 (1 self) - Add to MetaCart
This paper presents a memetic algorithm, a highly eective evolutionary algorithm incorporating local search for solving the unconstrained binary quadratic programming problem (BQP). To justify the approach, a tness landscape analysis is conducted experimentally for several instances of the BQP. The results of the analysis show that recombination-based variation operators are well suited for the evolutionary algorithms with local search. Therefore, the proposed approach includes | besides a highly eective randomized k-opt local search | a new variation operator that has been tailored specially for the application in the hybrid evolutionary framework. The operator is called innovative variation and is fundamentally dierent from traditional crossover operators, since new genetic material is included in the ospring which is not contained in one of the parents.

Clustering Gene Expression Profiles with Memetic Algorithms

by Peter Merz, Andreas Zell , 2002
"... Microarrays have become a key technology in experimental molecular biology. They allow a monitoring of gene expression for more than ten thousand genes in parallel producing huge amounts of data. In the exploration of... ..."
Abstract - Cited by 8 (2 self) - Add to MetaCart
Microarrays have become a key technology in experimental molecular biology. They allow a monitoring of gene expression for more than ten thousand genes in parallel producing huge amounts of data. In the exploration of...
The National Science Foundation
  • About CiteSeerX
  • Submit Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2010 The Pennsylvania State University