Package: Rmalschains
Maintainer: Christoph Bergmeir <c.bergmeir@decsai.ugr.es>
License: GPL-3
Title: Continuous Optimization using Memetic Algorithms with Local
        Search Chains (MA-LS-Chains)
LinkingTo: Rcpp
Type: Package
LazyLoad: yes
Authors@R: c(
  person("Christoph", "Bergmeir", email = "c.bergmeir@decsai.ugr.es", role = c("aut", "cre", "cph")),
  person("José M.", "Benítez", role = c("ths")),
  person("Daniel", "Molina", role = c("aut", "cph")),
  person("Robert", "Davies", role = c("ctb", "cph"), comment= "Developer of the matrix library newmat which partly ships with this package"),
  person("Dirk", "Eddelbuettel", role = c("ctb", "cph"), comment= "Developer of RcppDE from which code was used in evaluate.h"),
  person("Nikolaus", "Hansen", role = c("ctb", "cph"), comment= "Author of the original cmaes implementation that ships with the package"),
  person("Richard J.", "Wagner", role = c("ctb", "cph"), comment= "Author of the original implementation of ConfigFile.h that ships with the package"))
Description: An implementation of an algorithm family for continuous
    optimization called memetic algorithms with local search chains
    (MA-LS-Chains), as proposed in Molina et al. (2010) <doi:10.1162/evco.2010.18.1.18102> and Molina et al. (2011) <doi:10.1007/s00500-010-0647-2>. Rmalschains is further discussed in Bergmeir et al. (2016) <doi:10.18637/jss.v075.i04>. Memetic algorithms are hybridizations of genetic
    algorithms with local search methods. They are especially suited
    for continuous optimization.
Version: 0.2-10
Depends: Rcpp (>= 0.9.10)
Suggests: inline
Encoding: UTF-8
Collate: 'malschains.R' 'Rmalschains-package.R'
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-05-23 14:56:08 UTC; bergmeir
Author: Christoph Bergmeir [aut, cre, cph],
  José M. Benítez [ths],
  Daniel Molina [aut, cph],
  Robert Davies [ctb, cph] (Developer of the matrix library newmat which
    partly ships with this package),
  Dirk Eddelbuettel [ctb, cph] (Developer of RcppDE from which code was
    used in evaluate.h),
  Nikolaus Hansen [ctb, cph] (Author of the original cmaes implementation
    that ships with the package),
  Richard J. Wagner [ctb, cph] (Author of the original implementation of
    ConfigFile.h that ships with the package)
Repository: CRAN
Date/Publication: 2023-05-24 09:40:05 UTC
Built: R 4.3.0; x86_64-apple-darwin20; 2023-05-24 10:38:46 UTC; unix
Archs: Rmalschains.so.dSYM
