-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
73 lines (72 loc) · 1.77 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
# Generated by roxygen2: do not edit by hand
export(availableAttributes)
export(clonetask)
export(collectResult)
export(combine.operators)
export(constructEvalSetting)
export(continueEcr)
export(cpoSelector)
export(create.classif.task)
export(create.hypersphere.data)
export(create.linear.data)
export(create.linear.toy.data)
export(create.regr.task)
export(fitnesses)
export(getPopulations)
export(getStatistics)
export(initEcr)
export(initSelector)
export(intifyMutator)
export(intifyRecombinator)
export(listToDf)
export(makeBaselineObjective)
export(makeFilterMat)
export(makeFilterStrategy)
export(makeObjective)
export(mosmafsTermEvals)
export(mosmafsTermFidelity)
export(mosmafsTermGenerations)
export(mosmafsTermStagnationHV)
export(mosmafsTermStagnationObjStatistic)
export(mosmafsTermTime)
export(mutBitflipCHW)
export(mutDoubleGeom)
export(mutDoubleGeomScaled)
export(mutGaussInt)
export(mutGaussIntScaled)
export(mutGaussScaled)
export(mutPolynomialInt)
export(mutRandomChoice)
export(mutUniformInt)
export(mutUniformMetaReset)
export(mutUniformMetaResetSHW)
export(mutUniformParametric)
export(mutUniformParametricInt)
export(mutUniformParametricIntScaled)
export(mutUniformParametricScaled)
export(mutUniformReset)
export(mutUniformResetSHW)
export(naiveHoldoutDomHV)
export(overallRankMO)
export(paretoEdges)
export(popAggregate)
export(recGaussian)
export(recIntIntermediate)
export(recIntSBX)
export(recPCrossover)
export(selSimpleUnique)
export(selTournamentMO)
export(setMosmafsVectorized)
export(slickEcr)
export(slickEvaluateFitness)
export(task.add.permuted.cols)
export(task.add.random.cols)
export(unbiasedHoldoutDomHV)
export(valuesFromNames)
import(BBmisc)
import(ParamHelpers)
import(checkmate)
import(ecr, except = c(explode, normalize))
import(mlr)
import(mlrCPO)
import(stats)