Skip to content

Commit 8f307b1

Browse files
committed
fix DESC and LIC
1 parent 49e7976 commit 8f307b1

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: 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
33
Description: 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.
1414
Authors@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
2222
URL: https://github.com/mlr-org/mlrMBO
2323
BugReports: https://github.com/mlr-org/mlrMBO/issues
2424
Depends:

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
YEAR: 2014
1+
YEAR: 2014-2016
22
COPYRIGHT HOLDER: Bernd Bischl
3-
ORGANIZATION: TU Dortmund University

0 commit comments

Comments
 (0)