Skip to content

Commit 8d7727e

Browse files
committed
fixes from CRAN
1 parent c3d65f7 commit 8d7727e

File tree

3 files changed

+50
-90
lines changed

3 files changed

+50
-90
lines changed

DESCRIPTION

+42-82
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,49 @@
11
Package: mlrMBO
22
Title: Bayesian Optimization and Model-Based Optimization of Expensive
3-
Black-Box Functions
4-
Version: 1.1.5-9000
5-
Authors@R:
6-
c(person(given = "Bernd",
7-
family = "Bischl",
8-
role = "aut",
9-
email = "[email protected]",
10-
comment = c(ORCID = "0000-0001-6002-6980")),
11-
person(given = "Jakob",
12-
family = "Richter",
13-
role = c("aut", "cre"),
14-
email = "[email protected]",
15-
comment = c(ORCID = "0000-0003-4481-5554")),
16-
person(given = "Jakob",
17-
family = "Bossek",
18-
role = "aut",
19-
email = "[email protected]",
20-
comment = c(ORCID = "0000-0002-4121-4668")),
21-
person(given = "Daniel",
22-
family = "Horn",
23-
role = "aut",
24-
email = "[email protected]"),
25-
person(given = "Michel",
26-
family = "Lang",
27-
role = "aut",
28-
email = "[email protected]",
29-
comment = c(ORCID = "0000-0001-9754-0393")),
30-
person(given = "Janek",
31-
family = "Thomas",
32-
role = "aut",
33-
email = "[email protected]",
34-
comment = c(ORCID = "0000-0003-4511-6245")))
35-
Description: Flexible and comprehensive R toolbox for model-based
36-
optimization ('MBO'), also known as Bayesian optimization. It
37-
implements the Efficient Global Optimization Algorithm and is designed
38-
for both single- and multi- objective optimization with mixed
39-
continuous, categorical and conditional parameters. The machine
40-
learning toolbox 'mlr' provide dozens of regression learners to model
41-
the performance of the target algorithm with respect to the parameter
42-
settings. It provides many different infill criteria to guide the
43-
search process. Additional features include multi-point batch
44-
proposal, parallel execution as well as visualization and
45-
sophisticated logging mechanisms, which is especially useful for
46-
teaching and understanding of algorithm behavior. 'mlrMBO' is
47-
implemented in a modular fashion, such that single components can be
48-
easily replaced or adapted by the user for specific use cases.
3+
Black-Box Functions
4+
Version: 1.1.5.1
5+
Description: Flexible and comprehensive R toolbox for model-based optimization
6+
('MBO'), also known as Bayesian optimization. It implements the Efficient
7+
Global Optimization Algorithm and is designed for both single- and multi-
8+
objective optimization with mixed continuous, categorical and conditional
9+
parameters. The machine learning toolbox 'mlr' provide dozens of regression
10+
learners to model the performance of the target algorithm with respect to
11+
the parameter settings. It provides many different infill criteria to guide
12+
the search process. Additional features include multi-point batch proposal,
13+
parallel execution as well as visualization and sophisticated logging
14+
mechanisms, which is especially useful for teaching and understanding of
15+
algorithm behavior. 'mlrMBO' is implemented in a modular fashion, such that
16+
single components can be easily replaced or adapted by the user for specific
17+
use cases.
18+
Authors@R: c(
19+
person("Bernd", "Bischl", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-6002-6980")),
20+
person("Jakob", "Richter", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4481-5554")),
21+
person("Jakob", "Bossek", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-4121-4668")),
22+
person("Daniel", "Horn", email = "[email protected]", role = "aut"),
23+
person("Michel", "Lang", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-9754-0393")),
24+
person("Janek", "Thomas", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-4511-6245")))
4925
License: BSD_2_clause + file LICENSE
5026
URL: https://github.com/mlr-org/mlrMBO
5127
BugReports: https://github.com/mlr-org/mlrMBO/issues
52-
Depends:
53-
mlr (>= 2.10),
54-
ParamHelpers (>= 1.10),
55-
smoof (>= 1.5.1)
56-
Imports:
57-
backports (>= 1.1.0),
58-
BBmisc (>= 1.11),
59-
checkmate (>= 1.8.2),
60-
data.table,
61-
lhs,
62-
parallelMap (>= 1.3)
63-
Suggests:
64-
akima,
65-
cmaesr (>= 1.0.3),
66-
covr,
67-
DiceKriging,
68-
earth,
69-
emoa,
70-
GGally,
71-
ggplot2,
72-
gridExtra,
73-
kernlab,
74-
kknn,
75-
knitr,
76-
mco,
77-
nnet,
78-
party,
79-
randomForest,
80-
reshape2,
81-
rgenoud,
82-
rmarkdown,
83-
rpart,
84-
testthat
85-
VignetteBuilder:
86-
knitr
87-
ByteCompile: yes
28+
Depends: mlr (>= 2.10), ParamHelpers (>= 1.10), smoof (>= 1.5.1)
29+
Imports: backports (>= 1.1.0), BBmisc (>= 1.11), checkmate (>= 1.8.2),
30+
data.table, lhs, parallelMap (>= 1.3)
31+
Suggests: cmaesr (>= 1.0.3), ggplot2, DiceKriging, earth, emoa, GGally,
32+
gridExtra, kernlab, kknn, knitr, mco, nnet, party,
33+
randomForest, reshape2, rmarkdown, rgenoud, rpart, testthat,
34+
covr
8835
Encoding: UTF-8
36+
ByteCompile: yes
8937
RoxygenNote: 7.1.1
38+
VignetteBuilder: knitr
39+
NeedsCompilation: yes
40+
Packaged: 2022-07-04 07:35:16 UTC; ripley
41+
Author: Bernd Bischl [aut] (<https://orcid.org/0000-0001-6002-6980>),
42+
Jakob Richter [aut, cre] (<https://orcid.org/0000-0003-4481-5554>),
43+
Jakob Bossek [aut] (<https://orcid.org/0000-0002-4121-4668>),
44+
Daniel Horn [aut],
45+
Michel Lang [aut] (<https://orcid.org/0000-0001-9754-0393>),
46+
Janek Thomas [aut] (<https://orcid.org/0000-0003-4511-6245>)
47+
Maintainer: Jakob Richter <[email protected]>
48+
Repository: CRAN
49+
Date/Publication: 2022-07-04 08:50:50 UTC

R/doc_mbo_OptPath.R

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
#' \item{prop.type}{Type of point proposal. Possible values are
1212
#' \describe{
1313
#' \item{initdesign}{Points actually not proposed, but in the initial design.}
14-
#' \item{infill\_x}{Here x is a placeholder for the selected infill criterion, e.g., infill\_ei for expected improvement.}
15-
#' \item{random\_interleave}{Uniformly sampled points added additionally to the proposed points.}
16-
#' \item{random\_filtered}{If filtering of proposed points located too close to each other is active, these are replaced by random points.}
17-
#' \item{final\_eval}{If \code{final.evals} is set in \code{\link{makeMBOControl}}: Final evaluations of the proposed solution to reduce noise in y.}
14+
#' \item{infill_x}{Here x is a placeholder for the selected infill criterion, e.g., infill_ei for expected improvement.}
15+
#' \item{random_interleave}{Uniformly sampled points added additionally to the proposed points.}
16+
#' \item{random_filtered}{If filtering of proposed points located too close to each other is active, these are replaced by random points.}
17+
#' \item{final_eval}{If \code{final.evals} is set in \code{\link{makeMBOControl}}: Final evaluations of the proposed solution to reduce noise in y.}
1818
#' }
1919
#' }
2020
#' \item{parego.weight}{Weight vector sampled for multi-point ParEGO}

man/mbo_OptPath.Rd

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)