|
1 | 1 | 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 |
3 | 3 | 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. |
15 | 16 | Authors@R: c( |
16 | 17 | person("Bernd", "Bischl", email = " [email protected]", role = c("aut")), |
17 | 18 | person("Jakob", "Bossek", email = " [email protected]", role = "aut"), |
|
0 commit comments