-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
46 lines (43 loc) · 1.06 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
url: https://ideas-lab-nus.github.io/epluspar
development:
model: auto
navbar:
left:
- icon: fa-home fa-lg
href: index.html
- text: "Reference"
href: reference/index.html
- text: Changelog
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/ideas-lab-nus/epluspar
reference:
- title: epluspar package
contents:
- epluspar-package
- title: Sensitivity
desc: Conduct Sensitivity Analysis for An EnergyPlus Model
contents:
- SensitivityJob
- sensi_job
- title: Bayesian Calibration
desc: Conduct Bayesian Calibration on An EnergyPlus Model
contents:
- BayesCalibJob
- bayes_job
- title: Optimization
desc: Conduct Optimization using Genetic Algorithm on An EnergyPlus Model
contents:
- GAOptimJob
- gaoptim_job
- choice_space
- float_space
- integer_space
- mutRandomChoice
- print.ChoiceSpace
- print.FloatRange
- print.IntegerRange
- recPCrossover
- setwith
- stopOnMaxTime