-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathget_params_list2plot_qopin.py
executable file
·98 lines (90 loc) · 3.47 KB
/
get_params_list2plot_qopin.py
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
93
94
95
96
97
98
#srcQNode = 900 # worst case
#srcQNode = 46 # best case - high degree and second highest eigvec centrality
#srcQNode = 79 # high degree - low eigvec centrality
#srcRNode = 5 # Hub
## Low deg, low eigvec
#iterList = [0]
#sim = {}
#savePath = "simRes"
#saveFileNameHead = "2018_04_04"
#numNodesList = [1000,1000]
#numPtsList = [100, 100, 10]
#srcQNodeList = [900, 900,900]
#srcRNodeList = [5,5,5]
#gammaValList = [0.8, 0.8, 0.8]
#blfBatchSizeList = [10,10,10]
#graphNameList = ['pa','pa','pa']
#tempValList = [0.1, 0.1, 0.1]
#learnRateList = [0.2, 0.2, 0.2]
#qLrnEnList = [True, False, False]
#tauMaxList = [10,10,10]
#etaList = [0., 0., 0.]
#xiList = [1., 1., 1.]
#mValList = [3,3,3]
#rggRadList = [0.07,0.07,0.07]
## Mod deg, low eigvec
#iterList = [0]
#sim = {}
#savePath = "simRes"
#saveFileNameHead = "2018_04_04"
#numNodesList = [1000,1000]
#numPtsList = [100, 100, 10]
#srcQNodeList = [128,128,128]
#srcRNodeList = [5,5,5]
#gammaValList = [0.8, 0.8, 0.8]
#blfBatchSizeList = [17,10,10]
#graphNameList = ['pa','pa','pa']
#tempValList = [0.1, 0.1, 0.1]
#learnRateList = [0.2, 0.2, 0.2]
#qLrnEnList = [True, False, False]
#tauMaxList = [10,10,10]
#etaList = [0., 0., 0.]
#xiList = [1., 1., 1.]
#mValList = [3,3,3]
#rggRadList = [0.07,0.07,0.07]
# Mod deg, low eigvec
iterList = [0]
sim = {}
savePath = "simRes"
saveFileNameHead = "2018_04_04"
numNodesList = [1000,1000,1000,1000,1000]
numPtsList = [100, 100, 100,100,100,100]
srcQNodeList = [128,128,128,128,128,128]
srcRNodeList = [5,5,5,5,5,5]
gammaValList = [0.8, 0.8, 0.8,0.8, 0.8, 0.8]
blfBatchSizeList = [10,12,14,15,17]
graphNameList = ['pa','pa','pa','pa','pa','pa']
tempValList = [0.1, 0.1, 0.1,0.1, 0.1, 0.1]
learnRateList = [0.2, 0.2, 0.2,0.2, 0.2, 0.2]
qLrnEnList = [True, True, True, True, True, False]
tauMaxList = [10,10,10,10,10,10]
etaList = [0., 0., 0.,0.,0.,0.]
xiList = [1., 1., 1.,1.,1.,1.]
mValList = [3,3,3,3,3,3]
rggRadList = [0.07,0.07,0.07,0.07,0.07,0.07]
### for test
#iterList = [0]
#sim = {}
#savePath = "simRes"
#saveFileNameHead = "2018_04_04"
#numNodesList = [1000,1000]
#numPtsList = [10, 10, 10]
#srcQNodeList = [79, 79,79]
#srcRNodeList = [5,5,5]
#gammaValList = [0.8, 0.8, 0.8]
#blfBatchSizeList = [5,5,5]
#graphNameList = ['pa','pa','pa']
#tempValList = [0.1, 0.1, 0.1]
#learnRateList = [0.2, 0.2, 0.2]
#qLrnEnList = [True, False, False]
#tauMaxList = [5,5,5]
#etaList = [0., 0., 0.]
#xiList = [1., 1., 1.]
#
## graph specific parameters
#mValList = [3,3,3]
#rggRadList = [0.07,0.07,0.07]
#srcQNode = 900 # worst case
#srcQNode = 46 # best case - high degree and second highest eigvec centrality
#srcQNode = 79 # high degree - low eigvec centrality
#srcRNode = 5 # Hub