11Package: mlrMBO
2- Title: mlrMBO: A Toolbox for Model-Based Optimization of Expensive Black-Box Functions.
2+ Title: A Toolbox for Model-Based Optimization of Expensive Black-Box Functions
33Description: mlrMBO is a flexible and comprehensive R toolbox for model-based
44 optimization (MBO), also known as Bayesian optimization. It is designed for
55 both single- and multi-objective optimization with mixed continuous, categorical
@@ -12,13 +12,13 @@ Description: mlrMBO is a flexible and comprehensive R toolbox for model-based
1212 mlrMBO is implemented in a modular fashion, such that single components can
1313 be easily replaced or adapted by the user for specific use cases.
1414Authors@R: c(
15- person("Bernd", "Bischl", email = "
[email protected] ", role = c("aut", "cre")),
16- person("Jakob", "Bossek", email = "
[email protected] ", role = "aut"),
15+ person("Bernd", "Bischl", email = "
[email protected] ", role = c("aut", "cre")),
16+ person("Jakob", "Bossek", email = "
[email protected] ", role = "aut"),
1717 person("Jakob", "Richter", email = "
[email protected] ", role = "aut"),
18- person("Daniel", "Horn", email = "
[email protected] ", role = "aut"),
18+ person("Daniel", "Horn", email = "
[email protected] ", role = "aut"),
1919 person("Michel", "Lang", email = "
[email protected] ", role = "aut"),
2020 person("Janek", "Thomas", email = "
[email protected] ", role = "aut"))
21- License: BSD_3_clause + file LICENSE
21+ License: BSD_2_clause + file LICENSE
2222URL: https://github.com/mlr-org/mlrMBO
2323BugReports: https://github.com/mlr-org/mlrMBO/issues
2424Depends:
0 commit comments