-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
190 lines (189 loc) · 5.06 KB
/
NAMESPACE
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# Generated by roxygen2: do not edit by hand
S3method(addOptPathEl,OptPathDF)
S3method(as.data.frame,OptPathDF)
S3method(c,ParamSet)
S3method(evaluateParamExpressions,Param)
S3method(evaluateParamExpressions,ParamSet)
S3method(evaluateParamExpressions,list)
S3method(getBounds,Param)
S3method(getBounds,ParamSet)
S3method(getBounds,list)
S3method(getDefaults,Param)
S3method(getDefaults,ParamSet)
S3method(getDefaults,list)
S3method(getOptPathCol,OptPathDF)
S3method(getOptPathCols,OptPathDF)
S3method(getOptPathDOB,OptPathDF)
S3method(getOptPathEOL,OptPathDF)
S3method(getOptPathEl,OptPathDF)
S3method(getOptPathErrorMessages,OptPathDF)
S3method(getOptPathExecTimes,OptPathDF)
S3method(getOptPathLength,OptPathDF)
S3method(getOptPathX,OptPathDF)
S3method(getOptPathY,OptPathDF)
S3method(getParamIds,Param)
S3method(getParamIds,ParamSet)
S3method(getParamLengths,Param)
S3method(getParamLengths,ParamSet)
S3method(getRequiredParamNames,Param)
S3method(getRequiredParamNames,ParamSet)
S3method(getValues,Param)
S3method(getValues,ParamSet)
S3method(getValues,list)
S3method(hasExpression,LearnerParam)
S3method(hasExpression,LearnerParamSet)
S3method(hasExpression,Param)
S3method(hasExpression,ParamSet)
S3method(hasExpression,list)
S3method(hasFiniteBoxConstraints,Param)
S3method(hasFiniteBoxConstraints,ParamSet)
S3method(hasRequires,Param)
S3method(hasRequires,ParamSet)
S3method(hasTrafo,Param)
S3method(hasTrafo,ParamSet)
S3method(isCharacter,Param)
S3method(isCharacter,ParamSet)
S3method(isDiscrete,Param)
S3method(isDiscrete,ParamSet)
S3method(isEmpty,ParamSet)
S3method(isFeasible,LearnerParam)
S3method(isFeasible,Param)
S3method(isFeasible,ParamSet)
S3method(isInteger,Param)
S3method(isInteger,ParamSet)
S3method(isLogical,Param)
S3method(isLogical,ParamSet)
S3method(isNumeric,Param)
S3method(isNumeric,ParamSet)
S3method(isVector,Param)
S3method(isVector,ParamSet)
S3method(paramValueToString,Param)
S3method(paramValueToString,ParamSet)
S3method(print,LearnerParam)
S3method(print,OptPath)
S3method(print,Param)
S3method(print,ParamSet)
S3method(sampleValue,Param)
S3method(sampleValue,ParamSet)
S3method(setValueCNames,Param)
S3method(setValueCNames,ParamSet)
export(addOptPathEl)
export(checkParamSet)
export(convertParamSetToIrace)
export(dfRowToList)
export(dfRowsToList)
export(discreteNameToValue)
export(discreteValueToName)
export(dropParams)
export(evaluateParamExpressions)
export(filterParams)
export(filterParamsDiscrete)
export(filterParamsNumeric)
export(generateDesign)
export(generateDesignOfDefaults)
export(generateGridDesign)
export(generateRandomDesign)
export(getDefaults)
export(getLower)
export(getOptPathBestIndex)
export(getOptPathCol)
export(getOptPathCols)
export(getOptPathDOB)
export(getOptPathEOL)
export(getOptPathEl)
export(getOptPathErrorMessages)
export(getOptPathExecTimes)
export(getOptPathLength)
export(getOptPathParetoFront)
export(getOptPathX)
export(getOptPathY)
export(getParamIds)
export(getParamLengths)
export(getParamNr)
export(getParamSet)
export(getParamTypeCounts)
export(getParamTypes)
export(getRequirements)
export(getTypeStringsAll)
export(getTypeStringsCharacter)
export(getTypeStringsDiscrete)
export(getTypeStringsInteger)
export(getTypeStringsLogical)
export(getTypeStringsNumeric)
export(getTypeStringsNumericStrict)
export(getUpper)
export(getValues)
export(hasCharacter)
export(hasDiscrete)
export(hasExpression)
export(hasFiniteBoxConstraints)
export(hasForbidden)
export(hasInteger)
export(hasLogical)
export(hasNumeric)
export(hasRequires)
export(hasTrafo)
export(isCharacter)
export(isCharacterTypeString)
export(isDiscrete)
export(isDiscreteTypeString)
export(isEmpty)
export(isFeasible)
export(isForbidden)
export(isInteger)
export(isIntegerTypeString)
export(isLogical)
export(isLogicalTypeString)
export(isNumeric)
export(isNumericTypeString)
export(isRequiresOk)
export(isSpecialValue)
export(isVector)
export(isVectorTypeString)
export(makeCharacterParam)
export(makeCharacterVectorParam)
export(makeDiscreteLearnerParam)
export(makeDiscreteParam)
export(makeDiscreteVectorLearnerParam)
export(makeDiscreteVectorParam)
export(makeFunctionLearnerParam)
export(makeFunctionParam)
export(makeIntegerLearnerParam)
export(makeIntegerParam)
export(makeIntegerVectorLearnerParam)
export(makeIntegerVectorParam)
export(makeLogicalLearnerParam)
export(makeLogicalParam)
export(makeLogicalVectorLearnerParam)
export(makeLogicalVectorParam)
export(makeNumericLearnerParam)
export(makeNumericParam)
export(makeNumericParamSet)
export(makeNumericVectorLearnerParam)
export(makeNumericVectorParam)
export(makeOptPathDF)
export(makeParamSet)
export(makeUntypedLearnerParam)
export(makeUntypedParam)
export(paramValueToString)
export(plotEAF)
export(plotOptPath)
export(plotYTraces)
export(removeMissingValues)
export(renderOptPathPlot)
export(repairPoint)
export(sampleValue)
export(sampleValues)
export(setOptPathElDOB)
export(setOptPathElEOL)
export(setValueCNames)
export(trafoOptPath)
export(trafoValue)
export(updateParVals)
import(BBmisc, except = isFALSE)
import(checkmate)
import(methods)
import(stats)
importFrom(fastmatch,"%fin%")
importFrom(fastmatch,fmatch)
useDynLib(ParamHelpers,c_dfRowsToList)