-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
49 lines (49 loc) · 1.83 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
Package: irace
Type: Package
Title: Iterated Racing for Automatic Algorithm Configuration
Description: Iterated race is an extension of the Iterated F-race method for
the automatic configuration of optimization algorithms, that is,
(offline) tuning their parameters by finding the most appropriate
settings given a set of instances of an optimization problem.
M. López-Ibáñez, J. Dubois-Lacoste, L. Pérez Cáceres, T. Stützle,
and M. Birattari (2016) <doi:10.1016/j.orp.2016.09.002>.
Version: 3.9.0.9000
Authors@R: c(person("Manuel", "López-Ibáñez", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9974-1295")),
person("Jérémie", "Dubois-Lacoste", role = "aut"),
person("Leslie", "Pérez Cáceres", role = "aut"),
person("Thomas", "Stützle", role = "aut"),
person("Mauro", "Birattari", role = "aut"),
person("Eric", "Yuan", role = "ctb"),
person("Prasanna", "Balaprakash", role = "ctb"),
person("Nguyen", "Dang", role = "ctb", email = "[email protected]"))
Depends: R (>= 4.0.0)
Imports:
stats,
utils,
compiler,
fs,
data.table (>= 1.15.0),
matrixStats,
R6,
spacefillr,
withr
Suggests:
ParamHelpers,
Rmpi (>= 0.6.0),
highr,
knitr,
parallel,
testthat (>= 3.1.8)
VignetteBuilder: knitr
License: GPL (>= 2)
URL: https://mlopez-ibanez.github.io/irace/,
https://github.com/MLopez-Ibanez/irace
BugReports: https://github.com/MLopez-Ibanez/irace/issues
ByteCompile: yes
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: GNU make
Config/testthat/edition: 3