-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
71 lines (49 loc) · 1.02 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
useDynLib(mco, do_nsga2, do_hv, do_eps_ind)
importFrom("grDevices", "devAskNewPage")
importFrom("graphics", "lines", "pairs")
## mco.R
export(paretoSet)
S3method(paretoSet, matrix)
export(paretoFront)
S3method(paretoFront, matrix)
export(paretoFilter)
S3method(paretoFilter, matrix)
## nsga2.R:
export(nsga2)
S3method(plot, nsga2)
S3method(plot, nsga2.collection)
S3method(paretoSet, nsga2)
S3method(paretoFront, nsga2)
## qs.R
export(normalizeFront)
export(generationalDistance)
export(generalizedSpread)
export(dominatedHypervolume)
export(epsilonIndicator)
## functions.R
export(belegundu)
export(belegundu.constr)
export(binh1)
export(binh2)
export(binh2.constr)
export(binh3)
export(deb3)
export(fonseca1)
export(fonseca2)
export(gianna)
export(hanne1)
export(hanne1.constr)
export(hanne2)
export(hanne2.constr)
export(hanne3)
export(hanne3.constr)
export(hanne4)
export(hanne4.constr)
export(hanne5)
export(hanne5.constr)
export(jimenez)
export(jimenez.constr)
export(vnt)
export(zdt1)
export(zdt2)
export(zdt3)