On parallel Branch and Bound frameworks for Global Optimization |
| |
Authors: | Juan F. R. Herrera,José M. G. Salmerón author-information" >,Eligius M. T. Hendrix,Rafael Asenjo author-information" >,Leocadio G. Casado author-information" > |
| |
Affiliation: | 1.EPCC,The University of Edinburgh,Edinburgh,UK;2.Informatics Department,University of Almeria (ceiA3),Almería,Spain;3.Department of Computer Architecture,Universidad de Málaga,Málaga,Spain;4.Operations Research and Logistics,Wageningen University,Wageningen,The Netherlands |
| |
Abstract: | Branch and Bound (B&B) algorithms are known to exhibit an irregularity of the search tree. Therefore, developing a parallel approach for this kind of algorithms is a challenge. The efficiency of a B&B algorithm depends on the chosen Branching, Bounding, Selection, Rejection, and Termination rules. The question we investigate is how the chosen platform consisting of programming language, used libraries, or skeletons influences programming effort and algorithm performance. Selection rule and data management structures are usually hidden to programmers for frameworks with a high level of abstraction, as well as the load balancing strategy, when the algorithm is run in parallel. We investigate the question by implementing a multidimensional Global Optimization B&B algorithm with the help of three frameworks with a different level of abstraction (from more to less): Bobpp, Threading Building Blocks (TBB), and a customized Pthread implementation. The following has been found. The Bobpp implementation is easy to code, but exhibits the poorest scalability. On the contrast, the TBB and Pthread implementations scale almost linearly on the used platform. The TBB approach shows a slightly better productivity. |
| |
Keywords: | |
本文献已被 SpringerLink 等数据库收录! |
|