Skip to content

Commit 1180351

Browse files
authored
Bayesopt in title (#415)
1 parent 26f5f40 commit 1180351

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

DESCRIPTION

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
Package: mlrMBO
2-
Title: A Toolbox for Model-Based Optimization of Expensive Black-Box Functions
2+
Title: Bayesian Optimization and Model-Based Optimization of Expensive Black-Box Functions
33
Description: Flexible and comprehensive R toolbox for model-based optimization
4-
('MBO'), also known as Bayesian optimization. It is designed for both single-
5-
and multi-objective optimization with mixed continuous, categorical and
6-
conditional parameters. The machine learning toolbox 'mlr' provide dozens
7-
of regression learners to model the performance of the target algorithm with
8-
respect to the parameter settings. It provides many different infill criteria
9-
to guide the search process. Additional features include multi-point batch
10-
proposal, parallel execution as well as visualization and sophisticated
11-
logging mechanisms, which is especially useful for teaching and understanding
12-
of algorithm behavior. 'mlrMBO' is implemented in a modular fashion, such that
13-
single components can be easily replaced or adapted by the user for specific use
14-
cases.
4+
('MBO'), also known as Bayesian optimization. It implements the Efficient
5+
Global Optimization Algorithm and is designed for both single- and multi-
6+
objective optimization with mixed continuous, categorical and conditional
7+
parameters. The machine learning toolbox 'mlr' provide dozens of regression
8+
learners to model the performance of the target algorithm with respect to
9+
the parameter settings. It provides many different infill criteria to guide
10+
the search process. Additional features include multi-point batch proposal,
11+
parallel execution as well as visualization and sophisticated logging
12+
mechanisms, which is especially useful for teaching and understanding of
13+
algorithm behavior. 'mlrMBO' is implemented in a modular fashion, such that
14+
single components can be easily replaced or adapted by the user for specific
15+
use cases.
1516
Authors@R: c(
1617
person("Bernd", "Bischl", email = "[email protected]", role = c("aut")),
1718
person("Jakob", "Bossek", email = "[email protected]", role = "aut"),

0 commit comments

Comments
 (0)