Skip to content

Commit 49e7976

Browse files
committed
fix description
1 parent 1bd6d61 commit 49e7976

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

DESCRIPTION

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Package: mlrMBO
2-
Title: mlrMBO: A Toolbox for Model-Based Optimization of Expensive Black-Box Functions
2+
Title: mlrMBO: A Toolbox for Model-Based Optimization of Expensive Black-Box Functions.
33
Description: mlrMBO is a flexible and comprehensive R toolbox for model-based
4-
optimization (MBO), also known as Bayesian optimization. It is designed for
5-
both single- and multi-objective optimization with mixed continuous, categorical
6-
and 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 to
9-
guide the search process. Additional features include multi-point batch proposal,
10-
parallelization as well as visualization and sophisticated logging mechanisms,
11-
which is especially useful for teaching and understanding of algorithm behavior.
12-
mlrMBO is implemented in a modular fashion, such that single components can
13-
be easily replaced or adapted by the user for specific use cases.
4+
optimization (MBO), also known as Bayesian optimization. It is designed for
5+
both single- and multi-objective optimization with mixed continuous, categorical
6+
and 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 to
9+
guide the search process. Additional features include multi-point batch proposal,
10+
parallelization as well as visualization and sophisticated logging mechanisms,
11+
which is especially useful for teaching and understanding of algorithm behavior.
12+
mlrMBO is implemented in a modular fashion, such that single components can
13+
be easily replaced or adapted by the user for specific use cases.
1414
Authors@R: c(
1515
person("Bernd", "Bischl", email = "[email protected]", role = c("aut", "cre")),
1616
person("Jakob", "Bossek", email = "[email protected]", role = "aut"),

0 commit comments

Comments
 (0)