Package: Rmalschains
Maintainer: Christoph Bergmeir <c.bergmeir@decsai.ugr.es>
License: GPL-3 | file LICENSE
Title: Continuous Optimization using Memetic Algorithms with Local
        Search Chains (MA-LS-Chains) in R
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"))
Description: An implementation of an algorithm family for continuous
    optimization called memetic algorithms with local search chains
    (MA-LS-Chains). Memetic algorithms are hybridizations of genetic
    algorithms with local search methods. They are especially suited
    for continuous optimization.
Version: 0.2-7
Depends: Rcpp (>= 0.9.10)
Suggests: inline
Encoding: UTF-8
Collate: 'malschains.R' 'Rmalschains-package.R'
RoxygenNote: 7.1.2
NeedsCompilation: yes
Packaged: 2022-03-26 04:19:48 UTC; cbergmei
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)
Repository: CRAN
Date/Publication: 2022-03-27 00:20:02 UTC
Built: R 4.0.5; x86_64-apple-darwin17.0; 2022-03-27 10:26:20 UTC; unix
Archs: Rmalschains.so.dSYM
