We present a C++ implementation of a skeleton for Tabu Search method. Tabu Search method is a well-known meta-heuristic that has proved successful for sub-optimally solving hard combinatorial optimization problems. This method has been already implemented for a large number of optimization problems, to the best of our knowledge they are all ad hoc implementations. We propose a generic C++ implementation based on a skeleton design for the method. This implementation offers, among others, the possibility for the user to instantiate the Tabu Search method for any problem with little efforts and basic knowledge of C++ language. The implementation provides both robustness and re-usability properties. We have instantiated the skeleton...
En este trabajo se presentan los resultados obtenidos de un algoritmo basado en la Búsqueda Tabú que...
We propose an algorithm for combinatorial optimization where an explicit check for the repetition of...
A parallel version of the tabu search algorithm is implemented and used to optimize the solutions f...
We present a C++ implementation of a skeleton for Tabu Search method. Tabu Search method is a well-...
We present a C++ implementation of a skeleton for Tabu Search method. Tabu Search method is a well-k...
We present two generic parallel skeletons for the tabu search method-a well known meta-heuristic for...
In this paper we present two parallel skeltons for Tabu Search method --a well known meta-heuristic ...
We present a C++ implementation of Tabu Search method for the Minimum k-Cardinality Tree problem. Ta...
In this paper we present two parallel skeletons for Tabu Search method -- a well known meta-heuristi...
Tabu Search (TS) is a meta-heuristic for solving combinatorial optimization problems. A review of ex...
We describe the main features of tabu search, emphasizing a perspective for guiding a user to unders...
Tabu search was proposed in 1986 by F. Glover [36]. This metaheuristic gives good results on combina...
This paper presents a new approach for parallel tabu search based on adaptive parallelism. Adaptive ...
The mallba project tackles the resolution of combinatorial optimization problems using algorithmic s...
Abstract: This paper puts forth a general method to effectively optimize constrained problems when u...
En este trabajo se presentan los resultados obtenidos de un algoritmo basado en la Búsqueda Tabú que...
We propose an algorithm for combinatorial optimization where an explicit check for the repetition of...
A parallel version of the tabu search algorithm is implemented and used to optimize the solutions f...
We present a C++ implementation of a skeleton for Tabu Search method. Tabu Search method is a well-...
We present a C++ implementation of a skeleton for Tabu Search method. Tabu Search method is a well-k...
We present two generic parallel skeletons for the tabu search method-a well known meta-heuristic for...
In this paper we present two parallel skeltons for Tabu Search method --a well known meta-heuristic ...
We present a C++ implementation of Tabu Search method for the Minimum k-Cardinality Tree problem. Ta...
In this paper we present two parallel skeletons for Tabu Search method -- a well known meta-heuristi...
Tabu Search (TS) is a meta-heuristic for solving combinatorial optimization problems. A review of ex...
We describe the main features of tabu search, emphasizing a perspective for guiding a user to unders...
Tabu search was proposed in 1986 by F. Glover [36]. This metaheuristic gives good results on combina...
This paper presents a new approach for parallel tabu search based on adaptive parallelism. Adaptive ...
The mallba project tackles the resolution of combinatorial optimization problems using algorithmic s...
Abstract: This paper puts forth a general method to effectively optimize constrained problems when u...
En este trabajo se presentan los resultados obtenidos de un algoritmo basado en la Búsqueda Tabú que...
We propose an algorithm for combinatorial optimization where an explicit check for the repetition of...
A parallel version of the tabu search algorithm is implemented and used to optimize the solutions f...