baseline
This commit is contained in:
parent
098680f3aa
commit
ced7a105ae
|
@ -12,9 +12,9 @@
|
|||
"console": "integratedTerminal",
|
||||
"justMyCode": true,
|
||||
"args": [
|
||||
"--exp", "test",
|
||||
"--exp", "without_exp",
|
||||
"--reset_db", "True",
|
||||
"--job", "1"
|
||||
"--job", "24"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -82,7 +82,7 @@ class ControllerDB:
|
|||
# list_dct = [{'140': ['1.4.5.1']}]
|
||||
# list_dct = [{'133': ['1.4.4.1']}]
|
||||
# list_dct = [{'2': ['1.1.3']}]
|
||||
list_dct = [{'135': ['1.3.2.1']}]
|
||||
# list_dct = [{'135': ['1.3.2.1']}]
|
||||
# list_dct = [{'79': ['2.1.3.4']}]
|
||||
# list_dct = [{'99': ['1.3.3']}]
|
||||
# list_dct = [{'41': ['1.4.5']}]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
n_max_trial,prf_size,prf_conn,cap_limit_prob_type,cap_limit_level,diff_new_conn,crit_supplier,diff_disrupt,proactive_ratio,remove_t,netw_prf_n
|
||||
15,TRUE,TRUE,uniform,5,0.3,2,0.5,0.3,3,3
|
||||
10,FALSE,FALSE,normal,10,0.5,1,1,0.5,5,2
|
||||
5,,,,15,0.7,0.5,2,0.7,7,1
|
||||
n_max_trial,prf_size,prf_conn,cap_limit_prob_type,cap_limit_level,diff_new_conn,crit_supplier,proactive_ratio,remove_t,netw_prf_n
|
||||
15,TRUE,TRUE,uniform,5,0.3,2,0.3,3,3
|
||||
10,FALSE,FALSE,normal,10,0.5,1,0.5,5,2
|
||||
5,,,,15,0.7,0.5,0.7,7,1
|
||||
|
|
|
|
@ -1,2 +1,2 @@
|
|||
n_max_trial,prf_size,prf_conn,cap_limit_prob_type,cap_limit_level,diff_new_conn,crit_supplier,proactive_ratio,remove_t,netw_prf_n
|
||||
10,TRUE,TRUE,uniform,10,0.5,0.01,1,5,2
|
||||
10,TRUE,TRUE,uniform,10,0.5,1,0,5,2
|
||||
|
|
|
Loading…
Reference in New Issue