Mathematical Modelling and Analysis (Sep 2007)

An implementation of a parallel generalized branch and bound template

  • Milda Baravykaitė,
  • Raimondas Čiegis

DOI
https://doi.org/10.3846/1392-6292.2007.12.277-289
Journal volume & issue
Vol. 12, no. 3

Abstract

Read online

Branch and bound (BnB) is a general algorithm to solve optimization problems. We present a template implementation of the BnB paradigm. A BnB template is implemented using C++ object oriented paradigm. MPI is used for underlying communications. A paradigm of domain decomposition (data parallelization) is used to construct a parallel algorithm. To obtain a better load balancing, the BnB template has the load balancing module that allows the redistribution of search spaces among the processors at run time. A parallel version of user's algorithm is obtained automatically. A new derivative‐free global optimization algorithm is proposed for solving nonlinear global optimization problems. It is based on the BnB algorithm and its implementation is done by using the developed BnB algorithm template library. The robustness of the new algorithm is demonstrated by solving a selection of test problems. First Published Online: 14 Oct 2010

Keywords