@@ -17,37 +17,37 @@ kernelspec:
17
17
The table below listed the available test functions typically used
18
18
in the comparison of metamodeling approaches.
19
19
20
- | Name | Spatial Dimension | Constructor |
21
- | :----------------------------------------------------------------------:| :----------------- :| :--------------------:|
22
- | {ref}` Ackley <test-functions:ackley> ` | M | ` Ackley() ` |
23
- | {ref}` Alemazkoor & Meidani (2018) 2D <test-functions:alemazkoor-2d> ` | 2 | ` Alemazkoor2D() ` |
24
- | {ref}` Alemazkoor & Meidani (2018) 20D <test-functions:alemazkoor-20d> ` | 20 | ` Alemazkoor20D() ` |
25
- | {ref}` Borehole <test-functions:borehole> ` | 8 | ` Borehole() ` |
26
- | {ref}` Damped Cosine <test-functions:damped-cosine> ` | 1 | ` DampedCosine() ` |
27
- | {ref}` Damped Oscillator <test-functions:damped-oscillator> ` | 7 | ` DampedOscillator() ` |
28
- | {ref}` Flood <test-functions:flood> ` | 8 | ` Flood() ` |
29
- | {ref}` Forrester et al. (2008) <test-functions:forrester> ` | 1 | ` Forrester2008() ` |
30
- | {ref}` (1st) Franke <test-functions:franke-1> ` | 2 | ` Franke1() ` |
31
- | {ref}` (2nd) Franke <test-functions:franke-2> ` | 2 | ` Franke2() ` |
32
- | {ref}` (3rd) Franke <test-functions:franke-3> ` | 2 | ` Franke3() ` |
33
- | {ref}` (4th) Franke <test-functions:franke-4> ` | 2 | ` Franke4() ` |
34
- | {ref}` (5th) Franke <test-functions:franke-5> ` | 2 | ` Franke5() ` |
35
- | {ref}` (6th) Franke <test-functions:franke-6> ` | 2 | ` Franke6() ` |
36
- | {ref}` Friedman (6D) <test-functions:friedman-6d> ` | 6 | ` Friedman6D() ` |
37
- | {ref}` Friedman (10D) <test-functions:friedman-10d> ` | 10 | ` Friedman10D() ` |
38
- | {ref}` Gramacy (2007) 1D Sine <test-functions:gramacy-1d-sine> ` | 1 | ` Gramacy1DSine() ` |
39
- | {ref}` McLain S1 <test-functions:mclain-s1> ` | 2 | ` McLainS1() ` |
40
- | {ref}` McLain S2 <test-functions:mclain-s2> ` | 2 | ` McLainS2() ` |
41
- | {ref}` McLain S3 <test-functions:mclain-s3> ` | 2 | ` McLainS3() ` |
42
- | {ref}` McLain S4 <test-functions:mclain-s4> ` | 2 | ` McLainS4() ` |
43
- | {ref}` McLain S5 <test-functions:mclain-s5> ` | 2 | ` McLainS5() ` |
44
- | {ref}` Oakley & O'Hagan (2002) 1D <test-functions:oakley-1d> ` | 1 | ` Oakley1D() ` |
45
- | {ref}` OTL Circuit <test-functions:otl-circuit> ` | 6 / 20 | ` OTLCircuit() ` |
46
- | {ref}` Piston Simulation <test-functions:piston> ` | 7 / 20 | ` Piston() ` |
47
- | {ref}` Webster et al. (1996) 2D <test-functions:webster-2d> ` | 2 | ` Webster2D() ` |
48
- | {ref}` Sulfur <test-functions:sulfur> ` | 9 | ` Sulfur() ` |
49
- | {ref}` Welch1992 <test-functions:welch1992> ` | 20 | ` Welch1992() ` |
50
- | {ref}` Wing Weight <test-functions:wing-weight> ` | 10 | ` WingWeight() ` |
20
+ | Name | Input Dimension | Constructor |
21
+ | :----------------------------------------------------------------------:| :---------------:| :--------------------:|
22
+ | {ref}` Ackley <test-functions:ackley> ` | M | ` Ackley() ` |
23
+ | {ref}` Alemazkoor & Meidani (2018) 2D <test-functions:alemazkoor-2d> ` | 2 | ` Alemazkoor2D() ` |
24
+ | {ref}` Alemazkoor & Meidani (2018) 20D <test-functions:alemazkoor-20d> ` | 20 | ` Alemazkoor20D() ` |
25
+ | {ref}` Borehole <test-functions:borehole> ` | 8 | ` Borehole() ` |
26
+ | {ref}` Damped Cosine <test-functions:damped-cosine> ` | 1 | ` DampedCosine() ` |
27
+ | {ref}` Damped Oscillator <test-functions:damped-oscillator> ` | 7 | ` DampedOscillator() ` |
28
+ | {ref}` Flood <test-functions:flood> ` | 8 | ` Flood() ` |
29
+ | {ref}` Forrester et al. (2008) <test-functions:forrester> ` | 1 | ` Forrester2008() ` |
30
+ | {ref}` (1st) Franke <test-functions:franke-1> ` | 2 | ` Franke1() ` |
31
+ | {ref}` (2nd) Franke <test-functions:franke-2> ` | 2 | ` Franke2() ` |
32
+ | {ref}` (3rd) Franke <test-functions:franke-3> ` | 2 | ` Franke3() ` |
33
+ | {ref}` (4th) Franke <test-functions:franke-4> ` | 2 | ` Franke4() ` |
34
+ | {ref}` (5th) Franke <test-functions:franke-5> ` | 2 | ` Franke5() ` |
35
+ | {ref}` (6th) Franke <test-functions:franke-6> ` | 2 | ` Franke6() ` |
36
+ | {ref}` Friedman (6D) <test-functions:friedman-6d> ` | 6 | ` Friedman6D() ` |
37
+ | {ref}` Friedman (10D) <test-functions:friedman-10d> ` | 10 | ` Friedman10D() ` |
38
+ | {ref}` Gramacy (2007) 1D Sine <test-functions:gramacy-1d-sine> ` | 1 | ` Gramacy1DSine() ` |
39
+ | {ref}` McLain S1 <test-functions:mclain-s1> ` | 2 | ` McLainS1() ` |
40
+ | {ref}` McLain S2 <test-functions:mclain-s2> ` | 2 | ` McLainS2() ` |
41
+ | {ref}` McLain S3 <test-functions:mclain-s3> ` | 2 | ` McLainS3() ` |
42
+ | {ref}` McLain S4 <test-functions:mclain-s4> ` | 2 | ` McLainS4() ` |
43
+ | {ref}` McLain S5 <test-functions:mclain-s5> ` | 2 | ` McLainS5() ` |
44
+ | {ref}` Oakley & O'Hagan (2002) 1D <test-functions:oakley-1d> ` | 1 | ` Oakley1D() ` |
45
+ | {ref}` OTL Circuit <test-functions:otl-circuit> ` | 6 / 20 | ` OTLCircuit() ` |
46
+ | {ref}` Piston Simulation <test-functions:piston> ` | 7 / 20 | ` Piston() ` |
47
+ | {ref}` Webster et al. (1996) 2D <test-functions:webster-2d> ` | 2 | ` Webster2D() ` |
48
+ | {ref}` Sulfur <test-functions:sulfur> ` | 9 | ` Sulfur() ` |
49
+ | {ref}` Welch1992 <test-functions:welch1992> ` | 20 | ` Welch1992() ` |
50
+ | {ref}` Wing Weight <test-functions:wing-weight> ` | 10 | ` WingWeight() ` |
51
51
52
52
In a Python terminal, you can list all the available functions relevant
53
53
for metamodeling applications using `` list_functions() `` and filter the results
0 commit comments