-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.table,Param)
S3method(as.data.table,ParamSet)
S3method(default_values,ParamSet)
S3method(print,Domain)
S3method(print,FullTuneToken)
S3method(print,ObjectTuneToken)
S3method(print,RangeTuneToken)
S3method(rd_info,ParamSet)
export(CondAnyOf)
export(CondEqual)
export(Condition)
export(Design)
export(NO_DEF)
export(NoDefault)
export(Param)
export(ParamDbl)
export(ParamFct)
export(ParamInt)
export(ParamLgl)
export(ParamSet)
export(ParamSetCollection)
export(ParamUty)
export(Sampler)
export(Sampler1D)
export(Sampler1DCateg)
export(Sampler1DNormal)
export(Sampler1DRfun)
export(Sampler1DUnif)
export(SamplerHierarchical)
export(SamplerJointIndep)
export(SamplerUnif)
export(as.data.table)
export(assert_param)
export(assert_param_set)
export(default_values)
export(generate_design_grid)
export(generate_design_lhs)
export(generate_design_random)
export(generate_design_sobol)
export(p_dbl)
export(p_fct)
export(p_int)
export(p_lgl)
export(p_uty)
export(ps)
export(to_tune)
import(checkmate)
import(data.table)
import(mlr3misc)
importFrom(R6,R6Class)
importFrom(R6,is.R6Class)
importFrom(data.table,as.data.table)
importFrom(methods,is)
importFrom(stats,rnorm)
importFrom(stats,runif)