forked from mlr-org/mlrMBO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 2.47 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
Package: mlrMBO
Title: Bayesian Optimization and Model-Based Optimization of Expensive Black-Box Functions
Description: Flexible and comprehensive R toolbox for model-based optimization
('MBO'), also known as Bayesian optimization. It implements the Efficient
Global Optimization Algorithm and is designed for both single- and multi-
objective optimization with mixed continuous, categorical and conditional
parameters. The machine learning toolbox 'mlr' provide dozens of regression
learners to model the performance of the target algorithm with respect to
the parameter settings. It provides many different infill criteria to guide
the search process. Additional features include multi-point batch proposal,
parallel execution as well as visualization and sophisticated logging
mechanisms, which is especially useful for teaching and understanding of
algorithm behavior. 'mlrMBO' is implemented in a modular fashion, such that
single components can be easily replaced or adapted by the user for specific
use cases.
Authors@R: c(
person("Bernd", "Bischl", email = "bernd_bischl@gmx.net", role = c("aut"), comment = c(ORCID = "0000-0001-6002-6980")),
person("Jakob", "Richter", email = "code@jakob-r.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4481-5554")),
person("Jakob", "Bossek", email = "j.bossek@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-4121-4668")),
person("Daniel", "Horn", email = "daniel.horn@tu-dortmund.de", role = "aut"),
person("Michel", "Lang", email = "michellang@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-9754-0393")),
person("Janek", "Thomas", email = "janek.thomas@stat.uni-muenchen.de", role = "aut", comment = c(ORCID = "0000-0003-4511-6245")))
License: BSD_2_clause + file LICENSE
URL: https://github.com/mlr-org/mlrMBO
BugReports: https://github.com/mlr-org/mlrMBO/issues
Depends:
mlr (>= 2.10),
ParamHelpers (>= 1.10),
smoof (>= 1.5.1)
Imports:
backports (>= 1.1.0),
BBmisc (>= 1.11),
checkmate (>= 1.8.2),
data.table,
lhs,
parallelMap (>= 1.3)
Suggests:
akima,
cmaesr (>= 1.0.3),
ggplot2,
RColorBrewer,
DiceKriging,
DiceOptim,
earth,
emoa,
GGally,
gridExtra,
kernlab,
kknn,
knitr,
mco,
nnet,
party,
randomForest,
rmarkdown,
rgenoud,
rpart,
testthat,
covr
LazyData: yes
Encoding: UTF-8
ByteCompile: yes
Version: 1.1.3
RoxygenNote: 6.0.1
VignetteBuilder: knitr