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