Skip to content

Commit

Permalink
Update bayes_opt.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mingdeyu committed Dec 15, 2024
1 parent 16158a1 commit 121a469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/bayes_opt.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(
)
```

This vignette demonstrates how to utilize and repurpose my favorite `design()` function in `dgpsi` to implement Bayesian optimization using the (D)GP surrogate models provided by the package.
This vignette demonstrates how to utilize and repurpose the `design()` function in `dgpsi` to implement Bayesian optimization using the (D)GP surrogate models provided by the package.

## Load the packages

Expand Down Expand Up @@ -164,7 +164,7 @@ opt_monitor <- function(object) {
}
```

The domain of the input parameters for our Bayesian optimization, within which the global minima are searched, is defined as $[0,1]^2$:
The domain of the input for the Shubert function, within which the global minima are searched by the Bayesian optimization, is defined as $[0,1]^2$:

```{r}
lim <- rbind(c(0, 1), c(0, 1))
Expand Down

0 comments on commit 121a469

Please sign in to comment.