-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 943 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
30
31
Package: hyperbandr
Title: What the Package Does (one line, title case)
Version: 0.1
Authors@R: c(
person("Niklas", "Klein", email = "[email protected]", role = c("aut", "cre")),
person("Janek", "Thomas", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-4511-6245")))
Description: Generic and extendable implementation of the hyperband optimization algorithm in 'R6'.
Can be easily used to tune hyperparameters of deep neural networks and other machine learning algorithms.
Builds upon the 'ParamHelpers' for definition of optimization ranges and dependencies.
Depends:
R (>= 3.0.2),
R6,
ParamHelpers
Imports:
BBmisc,
checkmate,
smoof
Suggests:
knitr,
rmarkdown,
testthat,
mlr,
reshape2,
ggplot2,
dplyr,
data.table
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1