@@ -18,48 +18,49 @@ kernelspec:
18
18
The table below listed the available test functions typically used
19
19
in the comparison of metamodeling approaches.
20
20
21
- | Name | Input Dimension | Constructor |
22
- | :----------------------------------------------------------------------:| :---------------:| :----------------------:|
23
- | {ref}` Ackley <test-functions:ackley> ` | M | ` Ackley() ` |
24
- | {ref}` Alemazkoor & Meidani (2018) 2D <test-functions:alemazkoor-2d> ` | 2 | ` Alemazkoor2D() ` |
25
- | {ref}` Alemazkoor & Meidani (2018) 20D <test-functions:alemazkoor-20d> ` | 20 | ` Alemazkoor20D() ` |
26
- | {ref}` Borehole <test-functions:borehole> ` | 8 | ` Borehole() ` |
27
- | {ref}` Cheng and Sandu (2010) 2D <test-functions:cheng2d> ` | 2 | ` Cheng2D ` |
28
- | {ref}` Coffee Cup Model <test-functions:coffee-cup> ` | 2 | ` CoffeeCup() ` |
29
- | {ref}` Currin et al. (1988) Sine <test-functions:currin-sine> ` | 1 | ` CurrinSine() ` |
30
- | {ref}` Damped Cosine <test-functions:damped-cosine> ` | 1 | ` DampedCosine() ` |
31
- | {ref}` Damped Oscillator <test-functions:damped-oscillator> ` | 7 | ` DampedOscillator() ` |
32
- | {ref}` Flood <test-functions:flood> ` | 8 | ` Flood() ` |
33
- | {ref}` Forrester et al. (2008) <test-functions:forrester> ` | 1 | ` Forrester2008() ` |
34
- | {ref}` (1st) Franke <test-functions:franke-1> ` | 2 | ` Franke1() ` |
35
- | {ref}` (2nd) Franke <test-functions:franke-2> ` | 2 | ` Franke2() ` |
36
- | {ref}` (3rd) Franke <test-functions:franke-3> ` | 2 | ` Franke3() ` |
37
- | {ref}` (4th) Franke <test-functions:franke-4> ` | 2 | ` Franke4() ` |
38
- | {ref}` (5th) Franke <test-functions:franke-5> ` | 2 | ` Franke5() ` |
39
- | {ref}` (6th) Franke <test-functions:franke-6> ` | 2 | ` Franke6() ` |
40
- | {ref}` Friedman (6D) <test-functions:friedman-6d> ` | 6 | ` Friedman6D() ` |
41
- | {ref}` Friedman (10D) <test-functions:friedman-10d> ` | 10 | ` Friedman10D() ` |
42
- | {ref}` Genz (Corner Peak) <test-functions:genz-corner-peak> ` | M | ` GenzCornerPeak() ` |
43
- | {ref}` Gramacy (2007) 1D Sine <test-functions:gramacy-1d-sine> ` | 1 | ` Gramacy1DSine() ` |
44
- | {ref}` Higdon (2002) Sine <test-functions:higdon-sine> ` | 1 | ` HigdonSine() ` |
45
- | {ref}` Holsclaw et al. (2013) Sine <test-functions:holsclaw-sine> ` | 1 | ` HolsclawSine() ` |
46
- | {ref}` Lim et al. (2002) Non-Polynomial <test-functions:lim-non-poly> ` | 2 | ` LimNonPoly() ` |
47
- | {ref}` Lim et al. (2002) Polynomial <test-functions:lim-poly> ` | 2 | ` LimPoly() ` |
48
- | {ref}` McLain S1 <test-functions:mclain-s1> ` | 2 | ` McLainS1() ` |
49
- | {ref}` McLain S2 <test-functions:mclain-s2> ` | 2 | ` McLainS2() ` |
50
- | {ref}` McLain S3 <test-functions:mclain-s3> ` | 2 | ` McLainS3() ` |
51
- | {ref}` McLain S4 <test-functions:mclain-s4> ` | 2 | ` McLainS4() ` |
52
- | {ref}` McLain S5 <test-functions:mclain-s5> ` | 2 | ` McLainS5() ` |
53
- | {ref}` Oakley & O'Hagan (2002) 1D <test-functions:oakley-1d> ` | 1 | ` Oakley1D() ` |
54
- | {ref}` OTL Circuit <test-functions:otl-circuit> ` | 6 / 20 | ` OTLCircuit() ` |
55
- | {ref}` Piston Simulation <test-functions:piston> ` | 7 / 20 | ` Piston() ` |
56
- | {ref}` Robot Arm <test-functions:robot-arm> ` | 8 | ` RobotArm() ` |
57
- | {ref}` Solar Cell Model <test-functions:solar-cell> ` | 5 | ` SolarCell() ` |
58
- | {ref}` Sulfur <test-functions:sulfur> ` | 9 | ` Sulfur() ` |
59
- | {ref}` Undamped Oscillator <test-functions:undamped-oscillator> ` | 6 | ` UndampedOscillator() ` |
60
- | {ref}` Webster et al. (1996) 2D <test-functions:webster-2d> ` | 2 | ` Webster2D() ` |
61
- | {ref}` Welch et al. (1992) <test-functions:welch1992> ` | 20 | ` Welch1992() ` |
62
- | {ref}` Wing Weight <test-functions:wing-weight> ` | 10 | ` WingWeight() ` |
21
+ | Name | Input Dimension | Constructor |
22
+ | :------------------------------------------------------------------------:| :---------------:| :----------------------:|
23
+ | {ref}` Ackley <test-functions:ackley> ` | M | ` Ackley() ` |
24
+ | {ref}` Alemazkoor & Meidani (2018) 2D <test-functions:alemazkoor-2d> ` | 2 | ` Alemazkoor2D() ` |
25
+ | {ref}` Alemazkoor & Meidani (2018) 20D <test-functions:alemazkoor-20d> ` | 20 | ` Alemazkoor20D() ` |
26
+ | {ref}` Borehole <test-functions:borehole> ` | 8 | ` Borehole() ` |
27
+ | {ref}` Cheng and Sandu (2010) 2D <test-functions:cheng2d> ` | 2 | ` Cheng2D ` |
28
+ | {ref}` Coffee Cup Model <test-functions:coffee-cup> ` | 2 | ` CoffeeCup() ` |
29
+ | {ref}` Currin et al. (1988) Sine <test-functions:currin-sine> ` | 1 | ` CurrinSine() ` |
30
+ | {ref}` Damped Cosine <test-functions:damped-cosine> ` | 1 | ` DampedCosine() ` |
31
+ | {ref}` Damped Oscillator <test-functions:damped-oscillator> ` | 7 | ` DampedOscillator() ` |
32
+ | {ref}` Dette & Pepelyshev (2010) Exponential <test-functions:dette-exp> ` | 3 | ` DetteExp() ` |
33
+ | {ref}` Flood <test-functions:flood> ` | 8 | ` Flood() ` |
34
+ | {ref}` Forrester et al. (2008) <test-functions:forrester> ` | 1 | ` Forrester2008() ` |
35
+ | {ref}` (1st) Franke <test-functions:franke-1> ` | 2 | ` Franke1() ` |
36
+ | {ref}` (2nd) Franke <test-functions:franke-2> ` | 2 | ` Franke2() ` |
37
+ | {ref}` (3rd) Franke <test-functions:franke-3> ` | 2 | ` Franke3() ` |
38
+ | {ref}` (4th) Franke <test-functions:franke-4> ` | 2 | ` Franke4() ` |
39
+ | {ref}` (5th) Franke <test-functions:franke-5> ` | 2 | ` Franke5() ` |
40
+ | {ref}` (6th) Franke <test-functions:franke-6> ` | 2 | ` Franke6() ` |
41
+ | {ref}` Friedman (6D) <test-functions:friedman-6d> ` | 6 | ` Friedman6D() ` |
42
+ | {ref}` Friedman (10D) <test-functions:friedman-10d> ` | 10 | ` Friedman10D() ` |
43
+ | {ref}` Genz (Corner Peak) <test-functions:genz-corner-peak> ` | M | ` GenzCornerPeak() ` |
44
+ | {ref}` Gramacy (2007) 1D Sine <test-functions:gramacy-1d-sine> ` | 1 | ` Gramacy1DSine() ` |
45
+ | {ref}` Higdon (2002) Sine <test-functions:higdon-sine> ` | 1 | ` HigdonSine() ` |
46
+ | {ref}` Holsclaw et al. (2013) Sine <test-functions:holsclaw-sine> ` | 1 | ` HolsclawSine() ` |
47
+ | {ref}` Lim et al. (2002) Non-Polynomial <test-functions:lim-non-poly> ` | 2 | ` LimNonPoly() ` |
48
+ | {ref}` Lim et al. (2002) Polynomial <test-functions:lim-poly> ` | 2 | ` LimPoly() ` |
49
+ | {ref}` McLain S1 <test-functions:mclain-s1> ` | 2 | ` McLainS1() ` |
50
+ | {ref}` McLain S2 <test-functions:mclain-s2> ` | 2 | ` McLainS2() ` |
51
+ | {ref}` McLain S3 <test-functions:mclain-s3> ` | 2 | ` McLainS3() ` |
52
+ | {ref}` McLain S4 <test-functions:mclain-s4> ` | 2 | ` McLainS4() ` |
53
+ | {ref}` McLain S5 <test-functions:mclain-s5> ` | 2 | ` McLainS5() ` |
54
+ | {ref}` Oakley & O'Hagan (2002) 1D <test-functions:oakley-1d> ` | 1 | ` Oakley1D() ` |
55
+ | {ref}` OTL Circuit <test-functions:otl-circuit> ` | 6 / 20 | ` OTLCircuit() ` |
56
+ | {ref}` Piston Simulation <test-functions:piston> ` | 7 / 20 | ` Piston() ` |
57
+ | {ref}` Robot Arm <test-functions:robot-arm> ` | 8 | ` RobotArm() ` |
58
+ | {ref}` Solar Cell Model <test-functions:solar-cell> ` | 5 | ` SolarCell() ` |
59
+ | {ref}` Sulfur <test-functions:sulfur> ` | 9 | ` Sulfur() ` |
60
+ | {ref}` Undamped Oscillator <test-functions:undamped-oscillator> ` | 6 | ` UndampedOscillator() ` |
61
+ | {ref}` Webster et al. (1996) 2D <test-functions:webster-2d> ` | 2 | ` Webster2D() ` |
62
+ | {ref}` Welch et al. (1992) <test-functions:welch1992> ` | 20 | ` Welch1992() ` |
63
+ | {ref}` Wing Weight <test-functions:wing-weight> ` | 10 | ` WingWeight() ` |
63
64
64
65
In a Python terminal, you can list all the available functions relevant
65
66
for metamodeling applications using `` list_functions() ``
0 commit comments