|
a |
|
b/README_PARAM.txt |
|
|
1 |
-------------------------------------------------------------------------------- |
|
|
2 |
Overview |
|
|
3 |
-------------------------------------------------------------------------------- |
|
|
4 |
File format: Plain ASCCI text file. |
|
|
5 |
Method of data collection: These files were manually crafted. |
|
|
6 |
-------------------------------------------------------------------------------- |
|
|
7 |
Type 1: part_ar_%02d.param |
|
|
8 |
-------------------------------------------------------------------------------- |
|
|
9 |
File structure |
|
|
10 |
-------------------------------------------------------------------------------- |
|
|
11 |
seed01 seed02 seed03 |
|
|
12 |
seed04 seed05 |
|
|
13 |
suffix |
|
|
14 |
-------------------------------------------------------------------------------- |
|
|
15 |
Variables |
|
|
16 |
-------------------------------------------------------------------------------- |
|
|
17 |
seed01,seed02,seed03,seed04,seed05: Seeds used for the pseudorandom part of |
|
|
18 |
the PDCCO generation proccess. |
|
|
19 |
suffix: suffix associated with the output from this given PDCCO generation |
|
|
20 |
proccess. |
|
|
21 |
-------------------------------------------------------------------------------- |
|
|
22 |
Type 2: part_base_%02d.param |
|
|
23 |
-------------------------------------------------------------------------------- |
|
|
24 |
File structure |
|
|
25 |
-------------------------------------------------------------------------------- |
|
|
26 |
short |
|
|
27 |
seed01 seed02 seed03 |
|
|
28 |
seed04 seed05 |
|
|
29 |
suffix |
|
|
30 |
-------------------------------------------------------------------------------- |
|
|
31 |
Variables |
|
|
32 |
-------------------------------------------------------------------------------- |
|
|
33 |
seed01,seed02,seed03,seed04,seed05: Seeds used for the pseudorandom part of |
|
|
34 |
the PDCCO generation proccess. |
|
|
35 |
suffix: suffix associated with the output from this given PDCCO generation |
|
|
36 |
proccess. |
|
|
37 |
-------------------------------------------------------------------------------- |
|
|
38 |
Type 3.0: k_base_power_03.param |
|
|
39 |
-------------------------------------------------------------------------------- |
|
|
40 |
File structure |
|
|
41 |
-------------------------------------------------------------------------------- |
|
|
42 |
seed01 seed02 seed03 |
|
|
43 |
costType |
|
|
44 |
gammaValue |
|
|
45 |
suffix |
|
|
46 |
-------------------------------------------------------------------------------- |
|
|
47 |
Variables |
|
|
48 |
-------------------------------------------------------------------------------- |
|
|
49 |
seed01,seed02,seed03: Seeds used for the pseudorandom part of the PDCCO |
|
|
50 |
generation proccess. |
|
|
51 |
costType: Type of cost estimator used by PDCCO. |
|
|
52 |
gammaValue: Value of the constant used for the bifurcation law in PDCCO. |
|
|
53 |
suffix: suffix associated with the output from this given PDCCO generation |
|
|
54 |
proccess. |
|
|
55 |
-------------------------------------------------------------------------------- |
|
|
56 |
Type 3.1: k_base_power_03_part.param |
|
|
57 |
-------------------------------------------------------------------------------- |
|
|
58 |
File structure |
|
|
59 |
-------------------------------------------------------------------------------- |
|
|
60 |
seed01 seed02 seed03 seed04 |
|
|
61 |
dLim |
|
|
62 |
costType |
|
|
63 |
gammaValue |
|
|
64 |
suffix |
|
|
65 |
-------------------------------------------------------------------------------- |
|
|
66 |
Variables |
|
|
67 |
-------------------------------------------------------------------------------- |
|
|
68 |
seed01,seed02,seed03,seed04: Seeds used for the pseudorandom part of the PDCCO |
|
|
69 |
generation proccess. |
|
|
70 |
dLim: Value used for resuming the PDCCO partitioned proccess from the sequential |
|
|
71 |
data. |
|
|
72 |
costType: Type of cost estimator used by PDCCO. |
|
|
73 |
gammaValue: Value of the constant used for the bifurcation law in PDCCO. |
|
|
74 |
suffix: suffix associated with the output from this given PDCCO generation |
|
|
75 |
proccess. |
|
|
76 |
-------------------------------------------------------------------------------- |
|
|
77 |
Type 3.2: k_base_power_03_merge.param |
|
|
78 |
-------------------------------------------------------------------------------- |
|
|
79 |
File structure |
|
|
80 |
-------------------------------------------------------------------------------- |
|
|
81 |
file01 |
|
|
82 |
file02 |
|
|
83 |
file03 |
|
|
84 |
gammaValue |
|
|
85 |
suffix |
|
|
86 |
-------------------------------------------------------------------------------- |
|
|
87 |
Variables |
|
|
88 |
-------------------------------------------------------------------------------- |
|
|
89 |
file01,file02,file03: File paths used in the merging part of PDCCO. |
|
|
90 |
gammaValue: Value of the constant used for the bifurcation law in PDCCO. |
|
|
91 |
suffix: suffix associated with the output from this given PDCCO generation |
|
|
92 |
proccess. |