Skip to content

Commit 014ef9e

Browse files
committed
docs: typos
1 parent 04a2fa4 commit 014ef9e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lgr::get_logger("bbotk")$set_threshold("warn")
1010

1111
# mlr3mbo
1212

13-
A new R6 and much more modular implementation for single- and multi-objective Bayesian optimization.
13+
A new R6 and much more modular implementation for single- and multi-objective Bayesian Optimization.
1414

1515
<!-- badges: start -->
1616
[![tic](https://github.com/mlr-org/mlr3mbo/workflows/tic/badge.svg?branch=main)](https://github.com/mlr-org/mlr3mbo/actions)
@@ -31,7 +31,7 @@ An overview and gentle introduction is given in [this vignette](https://mlr3mbo.
3131
* `AcqFunction`: Acquisition Function
3232
* `AcqOptimizer`: Acquisition Function Optimizer
3333

34-
Based on these, Bayesian optimization loops can be written, see, e.g., `bayesopt_ego` for sequential single-objective BO.
34+
Based on these, Bayesian Optimization loops can be written, see, e.g., `bayesopt_ego` for sequential single-objective BO.
3535

3636
`mlr3mbo` also provides an `OptimizerMbo` class behaving like any other `Optimizer` from the [bbotk](https://cran.r-project.org/package=bbotk) package as well as
3737
a `TunerMbo` class behaving like any other `Tuner` from the [mlr3tuning](https://cran.r-project.org/package=mlr3tuning) package.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# mlr3mbo
33

44
A new R6 and much more modular implementation for single- and
5-
multi-objective Bayesian optimization.
5+
multi-objective Bayesian Optimization.
66

77
<!-- badges: start -->
88

@@ -26,7 +26,7 @@ vignette](https://mlr3mbo.mlr-org.com/articles/mlr3mbo.html).
2626
- `AcqFunction`: Acquisition Function
2727
- `AcqOptimizer`: Acquisition Function Optimizer
2828

29-
Based on these, Bayesian optimization loops can be written, see, e.g.,
29+
Based on these, Bayesian Optimization loops can be written, see, e.g.,
3030
`bayesopt_ego` for sequential single-objective BO.
3131

3232
`mlr3mbo` also provides an `OptimizerMbo` class behaving like any other

vignettes/mlr3mbo.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ lgr = NULL
176176

177177
# Intro
178178

179-
`r ref_pkg("mlr3mbo")` makes model Bayesian optimization (BO) available within the `r ref_pkg("mlr3")` ecosystem.
179+
`r ref_pkg("mlr3mbo")` makes Bayesian Optimization (BO) available within the `r ref_pkg("mlr3")` ecosystem.
180180
BO can be used for optimizing any black box function, and is very suitable for hyperparameter optimization of machine learning models.
181181
`r ref_pkg("mlr3mbo")` allows for building custom BO algorithms relying on building blocks in a modular fashion, but also provides a variety of standard single- and multi-objective BO algorithms that can be used in a straightforward manner.
182182

0 commit comments

Comments
 (0)