[7f3c8b]: / README_PARAM.txt

Download this file

93 lines (92 with data), 4.1 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
84
85
86
87
88
89
90
91
92
--------------------------------------------------------------------------------
Overview
--------------------------------------------------------------------------------
File format: Plain ASCCI text file.
Method of data collection: These files were manually crafted.
--------------------------------------------------------------------------------
Type 1: part_ar_%02d.param
--------------------------------------------------------------------------------
File structure
--------------------------------------------------------------------------------
seed01 seed02 seed03
seed04 seed05
suffix
--------------------------------------------------------------------------------
Variables
--------------------------------------------------------------------------------
seed01,seed02,seed03,seed04,seed05: Seeds used for the pseudorandom part of
the PDCCO generation proccess.
suffix: suffix associated with the output from this given PDCCO generation
proccess.
--------------------------------------------------------------------------------
Type 2: part_base_%02d.param
--------------------------------------------------------------------------------
File structure
--------------------------------------------------------------------------------
short
seed01 seed02 seed03
seed04 seed05
suffix
--------------------------------------------------------------------------------
Variables
--------------------------------------------------------------------------------
seed01,seed02,seed03,seed04,seed05: Seeds used for the pseudorandom part of
the PDCCO generation proccess.
suffix: suffix associated with the output from this given PDCCO generation
proccess.
--------------------------------------------------------------------------------
Type 3.0: k_base_power_03.param
--------------------------------------------------------------------------------
File structure
--------------------------------------------------------------------------------
seed01 seed02 seed03
costType
gammaValue
suffix
--------------------------------------------------------------------------------
Variables
--------------------------------------------------------------------------------
seed01,seed02,seed03: Seeds used for the pseudorandom part of the PDCCO
generation proccess.
costType: Type of cost estimator used by PDCCO.
gammaValue: Value of the constant used for the bifurcation law in PDCCO.
suffix: suffix associated with the output from this given PDCCO generation
proccess.
--------------------------------------------------------------------------------
Type 3.1: k_base_power_03_part.param
--------------------------------------------------------------------------------
File structure
--------------------------------------------------------------------------------
seed01 seed02 seed03 seed04
dLim
costType
gammaValue
suffix
--------------------------------------------------------------------------------
Variables
--------------------------------------------------------------------------------
seed01,seed02,seed03,seed04: Seeds used for the pseudorandom part of the PDCCO
generation proccess.
dLim: Value used for resuming the PDCCO partitioned proccess from the sequential
data.
costType: Type of cost estimator used by PDCCO.
gammaValue: Value of the constant used for the bifurcation law in PDCCO.
suffix: suffix associated with the output from this given PDCCO generation
proccess.
--------------------------------------------------------------------------------
Type 3.2: k_base_power_03_merge.param
--------------------------------------------------------------------------------
File structure
--------------------------------------------------------------------------------
file01
file02
file03
gammaValue
suffix
--------------------------------------------------------------------------------
Variables
--------------------------------------------------------------------------------
file01,file02,file03: File paths used in the merging part of PDCCO.
gammaValue: Value of the constant used for the bifurcation law in PDCCO.
suffix: suffix associated with the output from this given PDCCO generation
proccess.