You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# dgpsi 2.1.6-9000 (development version)
1
+
# dgpsi 2.2.0
2
2
3
3
- The efficiency and speed of imputations involved in the training and predictions of DGP emulators are significantly improved (achieving roughly 3x faster training and imputations) by utilizing blocked Gibbs sampling that imputes latent variables layer-wise rather than node-wise. The blocked Gibbs sampling is now the default method for DGP emulator inference and can be changed back to the old node-wise approach by setting `blocked_gibbs = FALSE` in `dgp()`.
4
4
- One can now optimize GP components that are contained in the same layer of a DGP emulator in parallel during the DGP emulator training, using multiple cores by setting the new argument `cores` in `dgp()`. This option is useful and can accelerate the training speed when the input dimension is moderately large (in which case there is a large number of GP components to be optimized) and the optimization of GP components is computationally expensive, e.g., when `share = FALSE` in which case input dimensions to individual GP components have different lengthscales.
@@ -77,6 +78,8 @@ to install and activate the required Python environment. That's it, the package
77
78
>```
78
79
79
80
## References
80
-
> [Ming, D., Williamson, D., andGuillas, S. (2022) DeepGaussianprocessemulationusingstochasticimputation.<i>Technometrics</i>.0(0), 1-12.](https://doi.org/10.1080/00401706.2022.2124311)
81
+
> [Ming, D.andWilliamson, D. (2023) LinkeddeepGaussianprocessemulationformodelnetworks.arXiv:2306.01212](http://arxiv.org/abs/2306.01212)
82
+
83
+
> [Ming, D., Williamson, D., andGuillas, S. (2023) DeepGaussianprocessemulationusingstochasticimputation.<i>Technometrics</i>.65(2), 150-161.](https://doi.org/10.1080/00401706.2022.2124311)
81
84
82
85
> [Ming, D.andGuillas, S. (2021) LinkedGaussianprocessemulationforsystemsofcomputermodelsusingMatérnkernelsandadaptivedesign, <i>SIAM/ASAJournalonUncertaintyQuantification</i>.9(4), 1615-1642.](https://doi.org/10.1137/20M1323771)
Copy file name to clipboardExpand all lines: vignettes/dgpsi.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(
16
16
)
17
17
```
18
18
19
-
`dgpsi` provides a flexible toolbox for Gaussian process (GP), deep Gaussian process (DGP) and linked (D)GP emulations. In this guide, we show how to use the package to emulate a step function with a three-layered DGP structure. There are other examples showing the functionality of the package in [`Articles`](https://mingdeyu.github.io/dgpsi-R/dev/articles/index.html) on the package website, and how to customize a DGP structure. A comprehensive reference of available functions is documented in [`Reference`](https://mingdeyu.github.io/dgpsi-R/dev/reference/index.html) section of the package website.
19
+
`dgpsi` provides a flexible toolbox for Gaussian process (GP), deep Gaussian process (DGP) and linked (D)GP emulations. In this guide, we show how to use the package to emulate a step function with a three-layered DGP structure. There are other examples showing the functionality of the package in [`Articles`](https://mingdeyu.github.io/dgpsi-R/articles/index.html) on the package website, and how to customize a DGP structure. A comprehensive reference of available functions is documented in [`Reference`](https://mingdeyu.github.io/dgpsi-R/reference/index.html) section of the package website.
Copy file name to clipboardExpand all lines: vignettes/seq_design.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ It can be seen from the plot above that with static space-filling designs, the q
262
262
263
263
### See also
264
264
265
-
See [`Sequential Design II`](https://mingdeyu.github.io/dgpsi-R/dev/articles/seq_design_2.html) for the sequential design of a bundle of DGP emulators with automatic terminations.
265
+
See [`Sequential Design II`](https://mingdeyu.github.io/dgpsi-R/articles/seq_design_2.html) for the sequential design of a bundle of DGP emulators with automatic terminations.
Copy file name to clipboardExpand all lines: vignettes/seq_design_2.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -324,4 +324,4 @@ It can be seen from the plot above that with the sequential design, emulators in
324
324
325
325
### See also
326
326
327
-
See [`Sequential Design I`](https://mingdeyu.github.io/dgpsi-R/dev/articles/seq_design.html) for the sequential design of a DGP emulator on a 2D simulator.
327
+
See [`Sequential Design I`](https://mingdeyu.github.io/dgpsi-R/articles/seq_design.html) for the sequential design of a DGP emulator on a 2D simulator.
0 commit comments