-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
29 lines (29 loc) · 1004 Bytes
/
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
Package: rcoco
Title: COCO / BBOB Framework for Benchmarking Continuous Black-Box Optimizers
Description: This is an implementation of an R client package for the COCO
framework and the BBOB benchmark. It allows benchmarking of continuous black-
box optimizers on the BBOB functions. You can later run COCO post-processing for
standardized evaluation and plots.
Authors@R: c(person("Bernd", "Bischl", email = "[email protected]", role = c("aut", "cre")),
person("Jakob", "Richter", email = "[email protected]", role = "aut"),
person("Jakob", "Bossek", email = "[email protected]", role = "aut"))
URL: https://github.com/berndbischl/rcoco
BugReports: https://github.com/berndbischl/rcoco/issues
License: BSD_2_clause + file LICENSE
Imports:
BBmisc,
checkmate (>= 1.8.0),
parallelMap,
ParamHelpers,
smoof,
stats,
stringi
Suggests:
testthat,
knitr,
rmarkdown
LazyData: yes
ByteCompile: yes
Version: 1.0
RoxygenNote: 6.0.1
VignetteBuilder: knitr