-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathNAMESPACE
278 lines (277 loc) · 8.7 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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
# Generated by roxygen2: do not edit by hand
S3method(autoplot,smoof_function)
S3method(autoplot,smoof_wrapped_function)
S3method(getDescription,smoof_function)
S3method(getDescription,smoof_wrapped_function)
S3method(getGlobalOptimum,smoof_multi_objective_function)
S3method(getGlobalOptimum,smoof_single_objective_function)
S3method(getGlobalOptimum,smoof_wrapped_function)
S3method(getID,smoof_function)
S3method(getID,smoof_wrapped_function)
S3method(getLocalOptimum,smoof_multi_objective_function)
S3method(getLocalOptimum,smoof_single_objective_function)
S3method(getLocalOptimum,smoof_wrapped_function)
S3method(getLoggedValues,smoof_logging_function)
S3method(getLoggedValues,smoof_wrapped_function)
S3method(getLowerBoxConstraints,smoof_function)
S3method(getLowerBoxConstraints,smoof_wrapped_function)
S3method(getMeanFunction,smoof_function)
S3method(getMeanFunction,smoof_wrapped_function)
S3method(getName,smoof_function)
S3method(getName,smoof_wrapped_function)
S3method(getNumberOfEvaluations,smoof_counting_function)
S3method(getNumberOfEvaluations,smoof_wrapped_function)
S3method(getNumberOfObjectives,smoof_function)
S3method(getNumberOfObjectives,smoof_wrapped_function)
S3method(getNumberOfParameters,smoof_function)
S3method(getNumberOfParameters,smoof_wrapped_function)
S3method(getParamSet,smoof_function)
S3method(getParamSet,smoof_wrapped_function)
S3method(getRefPoint,smoof_multi_objective_function)
S3method(getRefPoint,smoof_single_objective_function)
S3method(getRefPoint,smoof_wrapped_function)
S3method(getTags,smoof_function)
S3method(getTags,smoof_generator)
S3method(getTags,smoof_wrapped_function)
S3method(getUpperBoxConstraints,smoof_function)
S3method(getUpperBoxConstraints,smoof_wrapped_function)
S3method(getWrappedFunction,smoof_function)
S3method(getWrappedFunction,smoof_wrapped_function)
S3method(hasBoxConstraints,smoof_function)
S3method(hasBoxConstraints,smoof_wrapped_function)
S3method(hasConstraints,smoof_function)
S3method(hasConstraints,smoof_wrapped_function)
S3method(hasGlobalOptimum,smoof_multi_objective_function)
S3method(hasGlobalOptimum,smoof_single_objective_function)
S3method(hasGlobalOptimum,smoof_wrapped_function)
S3method(hasLocalOptimum,smoof_multi_objective_function)
S3method(hasLocalOptimum,smoof_single_objective_function)
S3method(hasLocalOptimum,smoof_wrapped_function)
S3method(hasOtherConstraints,smoof_function)
S3method(hasOtherConstraints,smoof_wrapped_function)
S3method(hasTags,character)
S3method(hasTags,smoof_function)
S3method(hasTags,smoof_generator)
S3method(isMultiobjective,smoof_function)
S3method(isMultiobjective,smoof_wrapped_function)
S3method(isNoisy,smoof_function)
S3method(isNoisy,smoof_wrapped_function)
S3method(isSingleobjective,smoof_function)
S3method(isSingleobjective,smoof_wrapped_function)
S3method(isVectorized,smoof_function)
S3method(isVectorized,smoof_wrapped_function)
S3method(plot,smoof_function)
S3method(plot,smoof_wrapped_function)
S3method(print,smoof_function)
S3method(resetEvaluationCounter,smoof_counting_function)
S3method(resetEvaluationCounter,smoof_wrapped_function)
S3method(shouldBeMinimized,smoof_function)
S3method(shouldBeMinimized,smoof_wrapped_function)
export(addCountingWrapper)
export(addLoggingWrapper)
export(computeExpectedRunningTime)
export(convertToMaximization)
export(convertToMinimization)
export(doesCountEvaluations)
export(exportNKFunction)
export(filterFunctionsByTags)
export(getAvailableTags)
export(getDescription)
export(getGlobalOptimum)
export(getID)
export(getLocalOptimum)
export(getLoggedValues)
export(getLowerBoxConstraints)
export(getMeanFunction)
export(getName)
export(getNumberOfEvaluations)
export(getNumberOfObjectives)
export(getNumberOfParameters)
export(getOptimaDf)
export(getRefPoint)
export(getTags)
export(getUpperBoxConstraints)
export(getWrappedFunction)
export(hasBoxConstraints)
export(hasConstraints)
export(hasGlobalOptimum)
export(hasLocalOptimum)
export(hasOtherConstraints)
export(hasTags)
export(importNKFunction)
export(isMultiobjective)
export(isNoisy)
export(isSingleobjective)
export(isSmoofFunction)
export(isVectorized)
export(isWrappedSmoofFunction)
export(makeAckleyFunction)
export(makeAdjimanFunction)
export(makeAlpine01Function)
export(makeAlpine02Function)
export(makeAluffiPentiniFunction)
export(makeBBOBFunction)
export(makeBK1Function)
export(makeBartelsConnFunction)
export(makeBealeFunction)
export(makeBentCigarFunction)
export(makeBiObjBBOBFunction)
export(makeBiSphereFunction)
export(makeBirdFunction)
export(makeBohachevskyN1Function)
export(makeBoothFunction)
export(makeBraninFunction)
export(makeBrentFunction)
export(makeBrownFunction)
export(makeBukinN2Function)
export(makeBukinN4Function)
export(makeBukinN6Function)
export(makeCarromTableFunction)
export(makeChichinadzeFunction)
export(makeChungReynoldsFunction)
export(makeComplexFunction)
export(makeCosineMixtureFunction)
export(makeCrossInTrayFunction)
export(makeCubeFunction)
export(makeDTLZ1Function)
export(makeDTLZ2Function)
export(makeDTLZ3Function)
export(makeDTLZ4Function)
export(makeDTLZ5Function)
export(makeDTLZ6Function)
export(makeDTLZ7Function)
export(makeDeckkersAartsFunction)
export(makeDeflectedCorrugatedSpringFunction)
export(makeDentFunction)
export(makeDixonPriceFunction)
export(makeDoubleSumFunction)
export(makeED1Function)
export(makeED2Function)
export(makeEasomFunction)
export(makeEggCrateFunction)
export(makeEggholderFunction)
export(makeElAttarVidyasagarDuttaFunction)
export(makeEngvallFunction)
export(makeExponentialFunction)
export(makeFreudensteinRothFunction)
export(makeFunctionsByName)
export(makeGOMOPFunction)
export(makeGeneralizedDropWaveFunction)
export(makeGiuntaFunction)
export(makeGoldsteinPriceFunction)
export(makeGriewankFunction)
export(makeHansenFunction)
export(makeHartmannFunction)
export(makeHimmelblauFunction)
export(makeHolderTableN1Function)
export(makeHolderTableN2Function)
export(makeHosakiFunction)
export(makeHyperEllipsoidFunction)
export(makeInvertedVincentFunction)
export(makeJennrichSampsonFunction)
export(makeJudgeFunction)
export(makeKeaneFunction)
export(makeKearfottFunction)
export(makeKursaweFunction)
export(makeLeonFunction)
export(makeMMF10Function)
export(makeMMF11Function)
export(makeMMF12Function)
export(makeMMF13Function)
export(makeMMF14Function)
export(makeMMF14aFunction)
export(makeMMF15Function)
export(makeMMF15aFunction)
export(makeMMF1Function)
export(makeMMF1eFunction)
export(makeMMF1zFunction)
export(makeMMF2Function)
export(makeMMF3Function)
export(makeMMF4Function)
export(makeMMF5Function)
export(makeMMF6Function)
export(makeMMF7Function)
export(makeMMF8Function)
export(makeMMF9Function)
export(makeMNKFunction)
export(makeMOP1Function)
export(makeMOP2Function)
export(makeMOP3Function)
export(makeMOP4Function)
export(makeMOP5Function)
export(makeMOP6Function)
export(makeMOP7Function)
export(makeMPM2Function)
export(makeMatyasFunction)
export(makeMcCormickFunction)
export(makeMichalewiczFunction)
export(makeModifiedRastriginFunction)
export(makeMultiObjectiveFunction)
export(makeNKFunction)
export(makeObjectiveFunction)
export(makeOmniTestFunction)
export(makePeriodicFunction)
export(makePowellSumFunction)
export(makePriceN1Function)
export(makePriceN2Function)
export(makePriceN4Function)
export(makeRMNKFunction)
export(makeRastriginFunction)
export(makeRosenbrockFunction)
export(makeSYMPARTrotatedFunction)
export(makeSYMPARTsimpleFunction)
export(makeSchafferN2Function)
export(makeSchafferN4Function)
export(makeSchwefelFunction)
export(makeShekelFunction)
export(makeShubertFunction)
export(makeSingleObjectiveFunction)
export(makeSixHumpCamelFunction)
export(makeSphereFunction)
export(makeStyblinkskiTangFunction)
export(makeSumOfDifferentSquaresFunction)
export(makeSwiler2014Function)
export(makeThreeHumpCamelFunction)
export(makeTrecanniFunction)
export(makeUFFunction)
export(makeViennetFunction)
export(makeWFG1Function)
export(makeWFG2Function)
export(makeWFG3Function)
export(makeWFG4Function)
export(makeWFG5Function)
export(makeWFG6Function)
export(makeWFG7Function)
export(makeWFG8Function)
export(makeWFG9Function)
export(makeZDT1Function)
export(makeZDT2Function)
export(makeZDT3Function)
export(makeZDT4Function)
export(makeZDT6Function)
export(makeZettlFunction)
export(mnof)
export(plot1DNumeric)
export(plot2DNumeric)
export(plot3D)
export(resetEvaluationCounter)
export(shouldBeMinimized)
export(snof)
export(violatesConstraints)
export(visualizeParetoOptimalFront)
import(BBmisc)
import(ParamHelpers)
import(checkmate)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,contour)
importFrom(graphics,grid)
importFrom(graphics,image)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,as.formula)
importFrom(stats,pnorm)
importFrom(stats,reformulate)
useDynLib(smoof, .registration = TRUE)