-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
71 lines (71 loc) · 2.16 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: ParamHelpers
Title: Helpers for Parameters in Black-Box Optimization, Tuning and
Machine Learning
Version: 1.14-9000
Authors@R:
c(person(given = "Bernd",
family = "Bischl",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6002-6980")),
person(given = "Michel",
family = "Lang",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9754-0393")),
person(given = "Jakob",
family = "Richter",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4481-5554")),
person(given = "Jakob",
family = "Bossek",
role = "aut",
email = "[email protected]"),
person(given = "Daniel",
family = "Horn",
role = "aut",
email = "[email protected]"),
person(given = "Karin",
family = "Schork",
role = "ctb",
email = "[email protected]"),
person(given = "Pascal",
family = "Kerschke",
role = "aut",
email = "[email protected]"))
Description: Functions for parameter descriptions and operations in
black-box optimization, tuning and machine learning. Parameters can be
described (type, constraints, defaults, etc.), combined to parameter
sets and can in general be programmed on. A useful OptPath object
(archive) to log function evaluations is also provided.
License: BSD_2_clause + file LICENSE
URL: https://paramhelpers.mlr-org.com,
https://github.com/mlr-org/ParamHelpers
BugReports: https://github.com/mlr-org/ParamHelpers/issues
Imports:
backports,
BBmisc (>= 1.10),
checkmate (>= 1.8.2),
fastmatch,
methods
Suggests:
akima,
covr,
eaf,
emoa,
GGally,
ggplot2,
grid,
gridExtra,
irace (>= 2.1),
lhs,
plyr,
reshape2,
testthat
ByteCompile: yes
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2