forked from mlr-org/mlrMBO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.38 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
# Generated by roxygen2: do not edit by hand
S3method(getLearnerProperties,MultiFidWrapper)
S3method(isFailureModel,MultiFidModel)
S3method(makeRLearner,regr.kmforrester)
S3method(plot,MBOMultiObjResult)
S3method(plot,MBOSingleObjResult)
S3method(predictLearner,MultiFidWrapper)
S3method(predictLearner,regr.kmforrester)
S3method(print,MBOControl)
S3method(print,MBOExampleRun)
S3method(print,MBOExampleRunMultiCrit)
S3method(print,MBOMultiObjResult)
S3method(print,MBOResult)
S3method(renderExampleRunPlot,MBOExampleRun)
S3method(renderExampleRunPlot,MBOExampleRunMultiCrit)
S3method(trainLearner,MultiFidWrapper)
S3method(trainLearner,regr.kmforrester)
export(exampleRun)
export(exampleRunMultiCrit)
export(getGlobalOpt)
export(getSupportedInfillCritFunctions)
export(getSupportedInfillOptFunctions)
export(getSupportedMultipointInfillOptFunctions)
export(makeMBOControl)
export(makeMBOTrafoFunction)
export(mbo)
export(mboContinue)
export(mboFinalize)
export(plotEAF)
export(plotExampleRun)
export(renderExampleRunPlot)
export(setMBOControlInfill)
export(setMBOControlMultiCrit)
export(setMBOControlMultiFid)
export(setMBOControlMultiPoint)
export(setMBOControlTermination)
export(trafoLog)
export(trafoSqrt)
import(BBmisc)
import(ParamHelpers)
import(checkmate)
import(ggplot2)
import(lhs)
import(mlr)
import(parallelMap)
import(smoof)
useDynLib(mlrMBO,c_eps_indicator)
useDynLib(mlrMBO,c_sms_indicator)