|
1 | 1 | Package: mlrMBO |
2 | | -Title: Model-Based Optimization for mlr |
3 | | -Description: A framework for the (sequential) model-based parameter |
4 | | - optimization. It offers methods to optimize numeric or discrete influence |
5 | | - parameters of non-linear black-box single- or multi-objective target |
6 | | - functions like an industrial simulator or a time-consuming algorithm using |
7 | | - cheap surrogate models. |
| 2 | +Title: mlrMBO: A Toolbox for Model-Based Optimization of Expensive Black-Box Functions |
| 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. |
8 | 14 | Authors@R: c( |
9 | 15 | person("Bernd", "Bischl", email = " [email protected]", role = c("aut", "cre")), |
10 | 16 | person("Jakob", "Bossek", email = " [email protected]", role = "aut"), |
|
0 commit comments