Package: ecr
Title: Evolutionary Computation in R
Description: Framework for building evolutionary algorithms for both single- and multi-objective continuous or discrete optimization problems. A set of predefined evolutionary building blocks and operators is included. Moreover, the user can easily set up custom objective functions, operators, building blocks and representations sticking to few conventions. The package allows both a black-box approach for standard tasks (plug-and-play style) and a much more flexible white-box approach where the evolutionary cycle is written by hand.
Version: 2.1.1
Encoding: UTF-8
Date: 2023-03-08
Authors@R: c(
    person("Jakob", "Bossek", email = "j.bossek@gmail.com", role = c("aut", "cre", "cph")),
    person("Michael H.", "Buselli", role = c("ctb", "cph")),
    person("Wessel", "Dankers", role = c("ctb", "cph")),
    person("Carlos M.", "Fonseca", role = c("ctb", "cph")),
    person("Manuel", "Lopez-Ibanez", role = c("ctb", "cph")),
    person("Luis", "Paquete", role = c("ctb", "cph")),
    person("Joshua", "Knowles", role = c("ctb", "cph")),
    person("Eckart", "Zitzler", role = c("ctb", "cph")),
    person("Olaf", "Mersmann", role = "ctb"))
Maintainer: Jakob Bossek <j.bossek@gmail.com>
License: GPL-3
URL: https://github.com/jakobbossek/ecr2
BugReports: https://github.com/jakobbossek/ecr2/issues
Depends: R (>= 2.10), BBmisc (>= 1.6), smoof (>= 1.4), ParamHelpers (>=
        1.1)
Imports: checkmate (>= 1.1), Rcpp (>= 0.12.16), parallelMap (>= 1.3),
        reshape2 (>= 1.4.1), ggplot2 (>= 1.0.0), viridis, dplyr,
        plot3D, plot3Drgl, scatterplot3d, plotly, knitr, kableExtra,
        lazyeval
Suggests: testthat (>= 0.9.1), rmarkdown, mlr, mlbench, randomForest,
        covr
ByteCompile: yes
LinkingTo: Rcpp
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-03-08 16:02:04 UTC; bossek
Author: Jakob Bossek [aut, cre, cph],
  Michael H. Buselli [ctb, cph],
  Wessel Dankers [ctb, cph],
  Carlos M. Fonseca [ctb, cph],
  Manuel Lopez-Ibanez [ctb, cph],
  Luis Paquete [ctb, cph],
  Joshua Knowles [ctb, cph],
  Eckart Zitzler [ctb, cph],
  Olaf Mersmann [ctb]
Repository: CRAN
Date/Publication: 2023-03-08 22:10:06 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 04:40:08 UTC; windows
Archs: x64
