-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
96 lines (83 loc) · 1.72 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
url: http://mingdeyu.github.io/dgpsi-R
home:
title: R Interface to dgpsi
description: This is the R wrapper to the Python package dgpsi for deep and linked Gaussian process emulations.
authors:
Deyu Ming:
href: https://mingdeyu.github.io
Daniel Williamson:
href: https://experts.exeter.ac.uk/23142-daniel-williamson
template:
bootstrap: 5
light-switch: true
bslib:
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
danger: "#A6081A"
development:
mode: auto
articles:
- title: A Quick Guide to dgpsi
desc: A quick introduction to dgpsi by emulating a step function.
navbar: ~
contents:
- dgpsi
- title: A Deep Dive to dgpsi
desc: >
These articles provide an in-depth exploration of dgpsi and its diverse capabilities.
navbar: ~
contents:
- large_scale_emulation
- linked_DGP
- motorcycle
- classification
- seq_design
- seq_design_2
- bayes_opt
reference:
- title: "Initalization"
desc: >
The function to initiate the underlying Python environment.
contents:
- init_py
- title: "GP, DGP, and Linked (D)GP Emulations"
desc: >
Functions to train, validate, and make predictions from GP, DGP, and Linked (D)GP emulators.
contents:
- gp
- dgp
- lgp
- continue
- predict
- validate
- plot
- prune
- title: "Sequential Design"
desc: >
Functions to implement sequential designs for (D)GP and bundles of (D)GP emulators.
contents:
- design
- alm
- mice
- vigf
- update
- draw
- pack
- unpack
- title: "Helpers"
contents:
- summary
- write
- read
- set_seed
- set_imp
- window
- trace_plot
- nllik
- set_thread_num
- get_thread_num
- set_vecchia
- set_id
- serialize
- deserialize