-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
98 lines (97 loc) · 2.25 KB
/
Copy pathNAMESPACE
File metadata and controls
98 lines (97 loc) · 2.25 KB
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
# Generated by roxygen2: do not edit by hand
S3method(as.data.table,DictionaryAcqFunction)
S3method(as.data.table,DictionaryAcqOptimizer)
S3method(as.data.table,DictionaryInputTrafo)
S3method(as.data.table,DictionaryLoopFunction)
S3method(as.data.table,DictionaryOutputTrafo)
S3method(as.data.table,DictionaryResultAssigner)
S3method(print,loop_function)
export(AcqFunction)
export(AcqFunctionAEI)
export(AcqFunctionCB)
export(AcqFunctionEHVI)
export(AcqFunctionEHVIGH)
export(AcqFunctionEI)
export(AcqFunctionEILog)
export(AcqFunctionEIPS)
export(AcqFunctionMean)
export(AcqFunctionMulti)
export(AcqFunctionPI)
export(AcqFunctionSD)
export(AcqFunctionSmsEgo)
export(AcqFunctionStochasticCB)
export(AcqFunctionStochasticEI)
export(AcqOptimizer)
export(AcqOptimizerCmaes)
export(AcqOptimizerDirect)
export(AcqOptimizerLbfgsb)
export(AcqOptimizerLocalSearch)
export(AcqOptimizerRandomSearch)
export(InputTrafo)
export(InputTrafoUnitcube)
export(OptimizerADBO)
export(OptimizerAsyncMbo)
export(OptimizerMbo)
export(OutputTrafo)
export(OutputTrafoLog)
export(OutputTrafoStandardize)
export(ResultAssigner)
export(ResultAssignerArchive)
export(ResultAssignerSurrogate)
export(Surrogate)
export(SurrogateLearner)
export(SurrogateLearnerCollection)
export(TunerADBO)
export(TunerAsyncMbo)
export(TunerMbo)
export(acqf)
export(acqfs)
export(acqo)
export(bayesopt_ego)
export(bayesopt_emo)
export(bayesopt_mpcl)
export(bayesopt_parego)
export(bayesopt_smsego)
export(default_acqfunction)
export(default_acqoptimizer)
export(default_gp)
export(default_loop_function)
export(default_result_assigner)
export(default_rf)
export(default_surrogate)
export(error_acq_optimizer)
export(error_random_interleave)
export(error_surrogate_update)
export(it)
export(mlr_acqfunctions)
export(mlr_acqoptimizers)
export(mlr_input_trafos)
export(mlr_loop_functions)
export(mlr_output_trafos)
export(mlr_result_assigners)
export(ot)
export(ras)
export(redis_available)
export(srlrn)
import(bbotk)
import(checkmate)
import(data.table)
import(lgr)
import(mlr3)
import(mlr3misc)
import(mlr3tuning)
import(paradox)
import(spacefillr)
importFrom(R6,R6Class)
importFrom(stats,
dnorm,
pnorm,
quantile,
rexp,
runif,
sd,
setNames
)
importFrom(utils,bibentry)
useDynLib(mlr3mbo,c_eps_indicator)
useDynLib(mlr3mbo,c_sms_indicator)