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.3.0-9000 (development version)
1
+
# dgpsi 2.4.0
2
2
- One can now use `design()` to implement sequential designs using `f` and a fixed candidate set passed to `x_cand` with `y_cand = NULL`.
3
3
- The sizes of `.pkl` files written by `write()` are significantly reduced.
4
4
- One can now set different kernel functions to nodes in different layers in a DGP emulator by passing a vector of kernel function names to `name` argument of `dgp()`.
The R package `dgpsi` provides R interface to Python package [`dgpsi`](https://github.com/mingdeyu/DGP) for deep and linked Gaussian process emulations using stochastic imputation (SI).
@@ -79,7 +79,7 @@ to load the package. To install or activate the required Python environment auto
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
@@ -277,7 +277,7 @@ It can be seen from the plot above that with static space-filling designs, the q
277
277
278
278
### See also
279
279
280
-
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.
280
+
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
@@ -317,4 +317,4 @@ It can be seen from the plot above that with the sequential design, emulators in
317
317
318
318
### See also
319
319
320
-
See [`Sequential Design I`](https://mingdeyu.github.io/dgpsi-R/dev/articles/seq_design.html) for the sequential design and automatic structure simplification of a DGP emulator on a 2D simulator.
320
+
See [`Sequential Design I`](https://mingdeyu.github.io/dgpsi-R/articles/seq_design.html) for the sequential design and automatic structure simplification of a DGP emulator on a 2D simulator.
0 commit comments