Journal of Statistical Software (Dec 2016)

Memetic Algorithms with Local Search Chains in R: The Rmalschains Package

  • Christoph Bergmeir,
  • Daniel Molina,
  • José M. Benítez

DOI
https://doi.org/10.18637/jss.v075.i04
Journal volume & issue
Vol. 75, no. 1
pp. 1 – 33

Abstract

Read online

Global optimization is an important field of research both in mathematics and computer sciences. It has applications in nearly all fields of modern science and engineering. Memetic algorithms are powerful problem solvers in the domain of continuous optimization, as they offer a trade-off between exploration of the search space using an evolutionary algorithm scheme, and focused exploitation of promising regions with a local search algorithm. In particular, we describe the memetic algorithms with local search chains (MA-LS-Chains) paradigm, and the R package Rmalschains, which implements them. MA-LS-Chains has proven to be effective compared to other algorithms, especially in high-dimensional problem solving. In an experimental study, we demonstrate the advantages of using Rmalschains for high-dimension optimization problems in comparison to other optimization methods already available in R.

Keywords