Parallel skeletons for tabu search method

In this paper we present two parallel skeltons for Tabu Search method --a well known meta-heuristic designed for finding approximate solution of combinatorial optimization problems. Our parallel skeletons are designed and implemented using the generic parallel programming paradigm. The first skeleto...

ver descrição completa

Detalhes bibliográficos
Autores: Blesa Aguilera, Maria Josep|||0000-0001-8246-9926, Hernàndez, Lluís, Xhafa Xhafa, Fatos|||0000-0001-6569-5497
Formato: informe técnico
Fecha de publicación:2000
País:España
Recursos:Universitat Politècnica de Catalunya (UPC)
Repositorio:UPCommons. Portal del coneixement obert de la UPC
Idioma:inglés
OAI Identifier:oai:upcommons.upc.edu:2117/97623
Acesso em linha:https://hdl.handle.net/2117/97623
Access Level:acceso abierto
Palavra-chave:Optimization
Tabu search
Parallelism
Generic programming
Components
Àrees temàtiques de la UPC::Informàtica
Descrição
Resumo:In this paper we present two parallel skeltons for Tabu Search method --a well known meta-heuristic designed for finding approximate solution of combinatorial optimization problems. Our parallel skeletons are designed and implemented using the generic parallel programming paradigm. The first skeleton is based on independent runs while the second in the classical master-slave model. Our starting point is the design and implementation of a sequential skeleton that is used later as basis for the two parallel skeletons. Both skeletons provide the user with the followings: (a) permit to obtain parallel implementations of tabu search method for concrete combinatorial optimization problems from existing sequential implementations; (b) there is no need for the user to know neither parallel programming nor communication libraries; (c) the parallel implementation for a concrete problem is obtained automatically from a sequential implementation of the problem. The skeletons, however, require from the user a sequential instantiation of tabu search method for the problem at hand. The skeletons are implemented in C++ using MPI as a communication library and offer several properties such as a genericity, flexibility, component reuse, robustness and time savings, mainly due to the generic programming and object oriented programming paradigms. We have instantiated the two skeletons for the 0-1 Multidimensional Knapsack problem and have observed the claimed properties of the skeletons