-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path_toc.yml
More file actions
79 lines (75 loc) · 2.59 KB
/
_toc.yml
File metadata and controls
79 lines (75 loc) · 2.59 KB
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
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: index
chapters:
- file: installation
- file: tutorials/index
sections:
- file: tutorials/emulation/index
sections:
- file: tutorials/emulation/01_quickstart
- file: tutorials/emulation/02_dim_reduction
- file: tutorials/tasks/index
sections:
- file: tutorials/tasks/01_emulation_sensitivity
- file: tutorials/tasks/02_history_matching
- file: tutorials/tasks/03_bayes_calibration
- file: tutorials/tasks/04_interval_excursion_set
- file: tutorials/simulator/index
sections:
- file: tutorials/simulator/01_custom_simulations
- file: tutorials/simulator/02_active_learning
- file: tutorials/simulator/03_history_matching
- file: tutorials/advanced/index
sections:
- file: tutorials/advanced/01_add_emulators
- file: tutorials/advanced/02_pyomo_conversion
- file: community/index
sections:
- file: community/contributing
- file: community/contributing-docs
- file: community/release
- file: community/code-of-conduct
- file: community/faq/index
sections:
- file: community/faq/faq-users
- file: community/faq/faq-contributors
- file: reference/index
sections:
- file: reference/calibration/index
sections:
- file: reference/calibration/base
- file: reference/calibration/bayes
- file: reference/calibration/history_matching
- file: reference/calibration/history_matching_dashboard
- file: reference/calibration/interval_excursion_set
- file: reference/core/index
sections:
- file: reference/core/compare
- file: reference/core/datasets
- file: reference/core/model_selection
- file: reference/core/plotting
- file: reference/core/sensitivity_analysis
- file: reference/core/tuner
- file: reference/emulators/index
sections:
- file: reference/emulators/base
- file: reference/emulators/ensemble
- file: reference/emulators/gradient_boosting
- file: reference/emulators/lightgbm
- file: reference/emulators/polynomials
- file: reference/emulators/radial_basis_functions
- file: reference/emulators/random_forest
- file: reference/emulators/svm
- file: reference/simulations/index
sections:
- file: reference/simulations/base
- file: reference/simulations/epidemic
- file: reference/simulations/experimental_design
- file: reference/simulations/flow_problem
- file: reference/simulations/projectile
- file: reference/simulations/reaction_diffusion
- file: reference/convert/index
sections:
- file: reference/convert/pyomo