Parallel evolutionary computation in bioinformatics applications

  • Authors:
  • Jorge Pinho;JoãO Luis Sobral;Miguel Rocha

  • Affiliations:
  • Computer Sciences and Technologies Center (CCTC), Universidade do Minho, Dep. Informática - Campus de Gualtar - 4710-057 Braga, Portugal;Computer Sciences and Technologies Center (CCTC), Universidade do Minho, Dep. Informática - Campus de Gualtar - 4710-057 Braga, Portugal;Computer Sciences and Technologies Center (CCTC), Universidade do Minho, Dep. Informática - Campus de Gualtar - 4710-057 Braga, Portugal

  • Venue:
  • Computer Methods and Programs in Biomedicine
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

A large number of optimization problems within the field of Bioinformatics require methods able to handle its inherent complexity (e.g. NP-hard problems) and also demand increased computational efforts. In this context, the use of parallel architectures is a necessity. In this work, we propose ParJECoLi, a Java based library that offers a large set of metaheuristic methods (such as Evolutionary Algorithms) and also addresses the issue of its efficient execution on a wide range of parallel architectures. The proposed approach focuses on the easiness of use, making the adaptation to distinct parallel environments (multicore, cluster, grid) transparent to the user. Indeed, this work shows how the development of the optimization library can proceed independently of its adaptation for several architectures, making use of Aspect-Oriented Programming. The pluggable nature of parallelism related modules allows the user to easily configure its environment, adding parallelism modules to the base source code when needed. The performance of the platform is validated with two case studies within biological model optimization.