forked from mbinois/GPareto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
83 lines (82 loc) · 1.87 KB
/
NAMESPACE
File metadata and controls
83 lines (82 loc) · 1.87 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
# Generated by roxygen2: do not edit by hand
S3method(coef,CPF)
S3method(plot,CPF)
S3method(print,summary.CPF)
S3method(summary,CPF)
export(CPF)
export(DTLZ1)
export(DTLZ2)
export(DTLZ3)
export(DTLZ7)
export(GParetoptim)
export(MOP2)
export(MOP3)
export(OKA1)
export(P1)
export(P2)
export(ParetoSetDensity)
export(ZDT1)
export(ZDT2)
export(ZDT3)
export(ZDT4)
export(ZDT6)
export(checkPredict)
export(crit_EHI)
export(crit_EMI)
export(crit_SMS)
export(crit_SUR)
export(crit_optimizer)
export(crit_qEHI)
export(easyGParetoptim)
export(fastfun)
export(getDesign)
export(integration_design_optim)
export(nonDomSet)
export(plotGPareto)
export(plotParetoEmp)
export(plotParetoGrid)
export(plotSymDevFun)
export(plotSymDifRNP)
export(plot_uncertainty)
export(predict_kms)
exportClasses(fastfun)
import(DiceKriging)
import(methods)
import(parallel)
importFrom(DiceDesign,lhsDesign)
importFrom(DiceDesign,maximinESE_LHS)
importFrom(KrigInv,precomputeUpdateData)
importFrom(MASS,mvrnorm)
importFrom(Rcpp,evalCpp)
importFrom(emoa,dominated_hypervolume)
importFrom(emoa,hypervolume_indicator)
importFrom(emoa,is_dominated)
importFrom(emoa,nds_rank)
importFrom(emoa,nondominated_points)
importFrom(grDevices,gray)
importFrom(grDevices,grey.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,contour)
importFrom(graphics,filled.contour)
importFrom(graphics,image)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,persp)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(ks,kde)
importFrom(pbivnorm,pbivnorm)
importFrom(pso,psoptim)
importFrom(randtoolbox,sobol)
importFrom(rgenoud,genoud)
importFrom(rgl,plot3d)
importFrom(rgl,points3d)
importFrom(rgl,quads3d)
importFrom(stats,dnorm)
importFrom(stats,integrate)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,runif)
useDynLib(GPareto, .registration = TRUE)