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 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 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev libglu1-mesa-dev make libharfbuzz-dev texlive libicu-dev libpng-dev libuv1-dev libxml2-dev libgl1-mesa-dev libssl-dev zlib1g-dev Repository: https://jakobbossek.r-universe.dev Date/Publication: 2026-01-19 11:18:23 UTC RemoteUrl: https://github.com/jakobbossek/ecr2 RemoteRef: HEAD RemoteSha: ae5032dbd34a793c5957455928e31c20fdd425f0 NeedsCompilation: yes Packaged: 2026-06-24 09:03:38 UTC; root 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]