skip to main content
10.1145/3067695.3082470acmconferencesArticle/Chapter ViewAbstractPublication PagesgeccoConference Proceedingsconference-collections
research-article

ecr 2.0: a modular framework for evolutionary computation in R

Published:15 July 2017Publication History

ABSTRACT

The novel R package ecr (version 2), short for Evolutionary Computation in R, provides a comprehensive collection of building blocks for constructing powerful evolutionary algorithms for single- and multi-objective continuous and combinatorial optimization problems. It allows to solve standard optimization tasks with few lines of code using a black-box approach. Moreover, rapid prototyping of non-standard ideas is possible via an explicit, white-box approach. This paper describes the design principles of the package and gives some introductory examples on how to use the package in practise.

References

  1. Bernd Bischl and Michel Lang. parallelMap: Unified Interface to Parallelization Back-Ends. https://github.com/berndbischl/parallelMap R package version 1.4.Google ScholarGoogle Scholar
  2. Jakob Bossek. 2016. cmaesr: Covariance Matrix Adaptation Evolution Strategy. https://github.com/jakobbossek/cmaesr R package version 1.0.1.Google ScholarGoogle Scholar
  3. Jakob Bossek. 2016. ecr: Evolutionary Computing in R. https://github.com/jakobbossek/ecr R package version 1.0.1.Google ScholarGoogle Scholar
  4. Eduardo L. T. Conceicao and Martin Maechler. 2016. DEoptimR: Differential Evolution Optimization in Pure R. http://CRAN.R-project.org/package=DEoptimR R package version 1.0--6.Google ScholarGoogle Scholar
  5. François-Michel De Rainville, Félix-Antoine Fortin, Marc-André Gardner, Marc Parizeau, and Christian Gagné. 2012. DEAP: A Python Framework for Evolutionary Algorithms. In Proceedings of the 14th Annual Conference Companion on Genetic and Evolutionary Computation (GECCO '12). ACM, New York, NY, USA, 85--92. Google ScholarGoogle ScholarDigital LibraryDigital Library
  6. K. Deb, A. Pratap, S. Agarwal, and T. Meyarivan. 2002. A Fast and Elitist Multi-objective Genetic Algorithm: NSGA-II. Trans. Evol. Comp 6, 2 (2002), 182--197. Google ScholarGoogle ScholarDigital LibraryDigital Library
  7. Juan J. Durillo and Antonio J. Nebro. 2011. jMetal: A Java Framework for Multi-objective Optimization. Adv. Eng. Softw. 42, 10 (Oct. 2011), 760--771. Google ScholarGoogle ScholarDigital LibraryDigital Library
  8. Dirk Eddelbuettel and Romain Francois. 2011. Rcpp: Seamless R and C++ Integration. Journal of Statistical Software 40, 1 (2011), 1--18.Google ScholarGoogle ScholarCross RefCross Ref
  9. Dirk Eddelbuettel extending DEoptim which itself is based on DE-Engine (by Rainer Storn). 2016. RcppDE: Global Optimization by Differential Evolution in C++. http://CRAN.R-project.org/package=RcppDE R package version 0.1.5.Google ScholarGoogle Scholar
  10. Oliver Flasch, Olaf Mersmann, Thomas Bartz-Beielstein, Joerg Stork, and Martin Zaefferer. 2014. rgp: R genetic programming framework. http://CRAN.R-project.org/package=rgp R package version 0.4--1.Google ScholarGoogle Scholar
  11. Félix-Antoine Fortin, François-Michel De Rainville, Marc-André Gardner Gardner, Marc Parizeau, and Christian Gagné. 2012. DEAP: Evolutionary Algorithms Made Easy. J. Mach. Learn. Res. 13, 1 (July 2012), 2171--2175. http://dl.acm.org/citation.cfm?id=2503308.2503311 Google ScholarGoogle ScholarDigital LibraryDigital Library
  12. N. Hansen. 2006. The CMA evolution strategy: a comparing review. In Towards a new evolutionary computation. Advances on estimation of distribution algorithms, J. A. Lozano, P. Larranaga, I. Inza, and E. Bengoetxea (Eds.). Springer, Berlin, Heidelberg, 75--102.Google ScholarGoogle Scholar
  13. N. Hansen. 2009. The CMA Evolution Strategy: A Tutorial., http://www.lri.fr/~hansen/cmatutorial.pdfGoogle ScholarGoogle Scholar
  14. M. Keijzer, J. J. Merelo, G. Romero, and Marc Schoenauer. 2002. Evolving Objects: A General Purpose Evolutionary Computation Library. Springer Berlin Heidelberg, Berlin, Heidelberg, 231--242.Google ScholarGoogle Scholar
  15. Wolfgang Konen and Nikolaus Hansen. 2015. rCMA: R-to-Java Interface for 'CMA-ES'. http://CRAN.R-project.org/package=rCMA R package version 1.1.Google ScholarGoogle Scholar
  16. Olaf Mersmann. 2012. emoa: Evolutionary Multiobjective Optimization Algorithms. http://CRAN.R-project.org/package=emoa R package version 0.5-0.Google ScholarGoogle Scholar
  17. Olaf Mersmann. 2014. mco: Multiple Criteria Optimization Algorithms and Related Functions. http://CRAN.R-project.org/package=mco R package version 1.0--15.1.Google ScholarGoogle Scholar
  18. Katharine Mullen, David Ardia, David Gil, Donald Windover, and James Cline. 2011. DEoptim: An R Package for Global Optimization by Differential Evolution. Journal of Statistical Software 40, 6(2011), 1--26. http://www.jstatsoft.org/v40/i06/Google ScholarGoogle ScholarCross RefCross Ref
  19. R Core Team. 2017. R: A Language and Environment for Statistical Computing. R Foundation for Statistical Computing, Vienna, Austria. https://www.R-project.org/Google ScholarGoogle Scholar
  20. Don Roberts and Ralph Johnson. 1996. Evolving Frameworks: A Pattern Language for Developing Object-Oriented Frameworks. In Proceedings of the Third Conference on Pattern Languages and Programming. Addison-Wesley.Google ScholarGoogle Scholar
  21. Luca Scrucca. 2013. GA: A Package for Genetic Algorithms in R. Journal of Statistical Software 53, 4 (2013), 1--37. http://www.jstatsoft.org/v53/i04/Google ScholarGoogle ScholarCross RefCross Ref
  22. Michael Stein. 1987. Large Sample Properties of Simulations Using Latin Hypercube Sampling. Technometrics 29, 2 (1987), 143--151. Google ScholarGoogle ScholarDigital LibraryDigital Library
  23. Rainer Storn and Kenneth Price. 1995. Differential Evolution - A simple and efficient adaptive scheme for global optimization over continuous spaces. (1995).Google ScholarGoogle Scholar
  24. Fernando Tenorio. 2013. gaoptim: Genetic Algorithm optimization for real-based and permutation-based problems. http://CRAN.R-project.org/package=gaoptim R package version 1.1.Google ScholarGoogle Scholar
  25. S Theussl. 2013. CRAN Task View: Optimization and Mathematical Programming. (2013). https://cran.r-project.org/web/views/Optimization.html Version: 2015-08-19.Google ScholarGoogle Scholar
  26. S. Wagner and M. Affenzeller. 2004. The HeuristicLab optimization environment. Technical Report.Google ScholarGoogle Scholar
  27. S. Wagner and M. Affenzeller. 2005. HeuristicLab: A Generic and Extensible Optimization Environment. Springer Vienna, Vienna, 538--541.Google ScholarGoogle Scholar
  28. Hadley Wickham. 2009. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York. http://ggplot2.org Google ScholarGoogle ScholarDigital LibraryDigital Library
  29. Egon Willighagen and Michel Ballings. 2015. genalg: R Based Genetic Algorithm. http://CRAN.R-project.org/package=genalg R package version 0.2.0.Google ScholarGoogle Scholar

Index Terms

  1. ecr 2.0: a modular framework for evolutionary computation in R

      Recommendations

      Comments

      Login options

      Check if you have access through your login credentials or your institution to get full access on this article.

      Sign in
      • Published in

        cover image ACM Conferences
        GECCO '17: Proceedings of the Genetic and Evolutionary Computation Conference Companion
        July 2017
        1934 pages
        ISBN:9781450349390
        DOI:10.1145/3067695

        Copyright © 2017 ACM

        Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work owned by others than ACM must be honored. Abstracting with credit is permitted. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. Request permissions from [email protected]

        Publisher

        Association for Computing Machinery

        New York, NY, United States

        Publication History

        • Published: 15 July 2017

        Permissions

        Request permissions about this article.

        Request Permissions

        Check for updates

        Qualifiers

        • research-article

        Acceptance Rates

        Overall Acceptance Rate1,669of4,410submissions,38%

        Upcoming Conference

        GECCO '24
        Genetic and Evolutionary Computation Conference
        July 14 - 18, 2024
        Melbourne , VIC , Australia

      PDF Format

      View or Download as a PDF file.

      PDF

      eReader

      View online with eReader.

      eReader