This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
55 lines (53 loc) · 1.54 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
template:
params:
bootswatch: cosmo
navbar:
left:
- text: Introduction
href: articles/mlrHyperopt.html
icon: fa-bolt
- text: Topics
icon: fa-file-text-o
menu:
- text: Working with ParConfigs and ParamSets
href: articles/working_with_parconfigs_and_paramsets.html
- text: Reference
icon: fa-book
href: reference/index.html
- text: ParConfigs
icon: fa-cubes
href: http://mlrhyperopt.jakob-r.de/parconfigs
reference:
- title: "hyperopt"
desc: "Start the hyperparameter optimization"
contents:
- hyperopt
- title: "generate Functions"
desc: "These functions are the 'smart' workers of mlrHyperopt"
contents:
- starts_with("generate")
- title: "HyperControl"
desc: "Interact with the main hyperopt control object."
contents:
- starts_with("setHyperControl")
- starts_with("getHyperControl")
- generateHyperControl
- makeHyperControl
- title: "ParConfig"
desc: "The ParConfig object contain information about the search space (par.set), the parameter settings (par.val) and the associated learner."
contents:
- generateParConfig
- getDefaultParConfig
- makeParConfig
- starts_with("setParConfig")
- starts_with("getParConfig")
- generateLearner
- title: "Interact with the server"
desc: "Functions to send and retrieve parameter configurations."
contents:
- starts_with("download")
- starts_with("upload")
- title: "Other"
contents:
- getLearnerClass
- getLearnerName