Package: hmsr
Title: Multipopulation Evolutionary Strategy HMS
Version: 1.0.1
Authors@R: c(
    person(given = "Wojciech",
           family = "Achtelik",
           role = c("aut", "cre"),
           email = "wachtelik@gmail.com"),
    person(given = "Marcin",
           family = "Kozubek",
           role = "aut",
           email = "mkozubek@protonmail.com"),
    person(given = "Maciej",
           family = "Smołka",
           role = c("ths", "aut"),
           email = "smolka@agh.edu.pl",
           comment = c(ORCID = "0000-0002-3386-0555", "Java original")),
    person(given = "AGH University of Kraków",
           role = "cph"
    ))
Description: 
  The HMS (Hierarchic Memetic Strategy) is a composite global optimization
  strategy consisting of a multi-population evolutionary strategy and some
  auxiliary methods. The HMS makes use of a dynamically-evolving data structure
  that provides an organization among the component populations. It is a tree
  with a fixed maximal height and variable internal node degree. Each component
  population is governed by a particular evolutionary engine. This package
  provides a simple R implementation with examples of using different genetic
  algorithms as the population engines. References: J. Sawicki, M. Łoś,
  M. Smołka, J. Alvarez-Aramberri (2022) <doi:10.1007/s11047-020-09836-w>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports: GA, msm, methods, uuid, graphics
Suggests: testthat (>= 3.0.0), ecr, filelock, parallel, doParallel,
        grDevices, smoof
BugReports: https://github.com/WojtAcht/hms/issues
URL: https://wojtacht.github.io/hms/
NeedsCompilation: no
Packaged: 2023-10-24 18:38:02 UTC; wojciechachtelik
Author: Wojciech Achtelik [aut, cre],
  Marcin Kozubek [aut],
  Maciej Smołka [ths, aut] (<https://orcid.org/0000-0002-3386-0555>, Java
    original),
  AGH University of Kraków [cph]
Maintainer: Wojciech Achtelik <wachtelik@gmail.com>
Repository: CRAN
Date/Publication: 2023-10-25 07:10:02 UTC
Built: R 4.3.1; ; 2023-10-25 08:02:25 UTC; unix
