A cooperative parallel rollout algorithm for the sequential ordering problem
โ Scribed by F Guerriero; M Mancini
- Publisher
- Elsevier Science
- Year
- 2003
- Tongue
- English
- Weight
- 169 KB
- Volume
- 29
- Category
- Article
- ISSN
- 0167-8191
No coin nor oath required. For personal study only.
โฆ Synopsis
In this paper we deal with the solution of the sequential ordering problem (SOP) in parallel environments. In particular, we present a parallel version of the rollout algorithm, an innovative heuristic method for solving NP-Hard combinatorial optimization problems, recently proposed by Bertsekas et al. [J. Heuristics 3 (1997) 245]. The proposed parallel algorithm has been designed by considering a cooperative multi-thread parallelization strategy, where several threads visit different portions of the solution space independently and periodically exchange information about the solutions found during the search. Such an approach allows not only to speed up the convergence to the best solution, but to find also better solutions, taking roughly the same computation time. The performance of the proposed parallel RH has been evaluated on a cluster of PCs, by considering a set of test problems taken from the TSPLIB [Orsa J. Comput. 3 (1991) 376].
๐ SIMILAR VOLUMES
This paper describes a prototype parallel algorithm for approximating eigenvalues of a dense nonsymmetric matrix on a linear, synchronous processor array. The algorithm is a parallel implementation of the explicitly-shifted QR, employing n distributed-memory processors to deliver all eigenvalues in
An n-element knapsack problem has 2" possible solutions to search over, so a task which can be accomplished in 2" trials if an exhaustive search is used. Due to the exponential time in solving the knapsack problem, the problem is considered to be very hard. In the past decade, much effort has been d