-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.85 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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 = "[email protected]", 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 <[email protected]>
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