-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
99 lines (98 loc) · 2.72 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.table,ArchiveAsyncTuning)
S3method(as.data.table,ArchiveAsyncTuningFrozen)
S3method(as.data.table,ArchiveBatchTuning)
S3method(as.data.table,DictionaryTuner)
S3method(as_search_space,Learner)
S3method(as_search_space,ParamSet)
S3method(as_tuner,Tuner)
S3method(as_tuners,default)
S3method(as_tuners,list)
S3method(extract_inner_tuning_archives,BenchmarkResult)
S3method(extract_inner_tuning_archives,ResampleResult)
S3method(extract_inner_tuning_results,BenchmarkResult)
S3method(extract_inner_tuning_results,ResampleResult)
S3method(marshal_model,auto_tuner_model)
S3method(set_validate,AutoTuner)
S3method(unmarshal_model,auto_tuner_model_marshaled)
export(ArchiveAsyncTuning)
export(ArchiveAsyncTuningFrozen)
export(ArchiveBatchTuning)
export(AutoTuner)
export(CallbackAsyncTuning)
export(CallbackBatchTuning)
export(ContextAsyncTuning)
export(ContextBatchTuning)
export(ObjectiveTuning)
export(ObjectiveTuningAsync)
export(ObjectiveTuningBatch)
export(Tuner)
export(TunerAsync)
export(TunerAsyncDesignPoints)
export(TunerAsyncFromOptimizerAsync)
export(TunerAsyncGridSearch)
export(TunerAsyncRandomSearch)
export(TunerBatch)
export(TunerBatchCmaes)
export(TunerBatchDesignPoints)
export(TunerBatchFromOptimizerBatch)
export(TunerBatchGenSA)
export(TunerBatchGridSearch)
export(TunerBatchInternal)
export(TunerBatchIrace)
export(TunerBatchNLoptr)
export(TunerBatchRandomSearch)
export(TuningInstanceAsyncMultiCrit)
export(TuningInstanceAsyncSingleCrit)
export(TuningInstanceBatchMultiCrit)
export(TuningInstanceBatchSingleCrit)
export(TuningInstanceMultiCrit)
export(TuningInstanceSingleCrit)
export(as_search_space)
export(as_tuner)
export(as_tuners)
export(assert_async_tuning_callback)
export(assert_async_tuning_callbacks)
export(assert_batch_tuning_callback)
export(assert_batch_tuning_callbacks)
export(assert_tuner)
export(assert_tuner_async)
export(assert_tuner_batch)
export(assert_tuners)
export(assert_tuning_instance)
export(assert_tuning_instance_async)
export(assert_tuning_instance_batch)
export(auto_tuner)
export(callback_async_tuning)
export(callback_batch_tuning)
export(clbk)
export(clbks)
export(extract_inner_tuning_archives)
export(extract_inner_tuning_results)
export(mlr_callbacks)
export(mlr_terminators)
export(mlr_tuners)
export(ti)
export(ti_async)
export(tnr)
export(tnrs)
export(trm)
export(trms)
export(tune)
export(tune_nested)
import(bbotk)
import(checkmate)
import(data.table)
import(mlr3)
import(mlr3misc)
import(paradox)
importFrom(R6,R6Class)
importFrom(bbotk,mlr_terminators)
importFrom(bbotk,trm)
importFrom(bbotk,trms)
importFrom(mlr3misc,clbk)
importFrom(mlr3misc,clbks)
importFrom(mlr3misc,mlr_callbacks)
importFrom(stats,sd)
importFrom(utils,bibentry)
importFrom(utils,tail)