-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
essOptions.json
63 lines (54 loc) · 1.17 KB
/
essOptions.json
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
{
"log_bound": 0,
"max_eval": 10000,
"max_time": 10000,
"max_iter": 200,
"print_freqs": 50,
"plot": 0,
"weight": [],
"tolc": 1e-3,
"prob_bound": 0,
"strategy": 0,
"save_freqs": 1,
"is_perform_warm_start": 0,
"n_sub_regions": 16,
"debug": 0,
"log": 1,
"sol": 0,
"n_params": 0,
"min_real_var": [],
"max_real_var": [],
"min_boundary_matrix": [],
"max_boundary_matrix": [],
"n_refSet": 20,
"n_scatterSet": 200,
"n_childsSet": 20,
"n_candidateSet": 19,
"best": [],
"init_RefSet_Type": ,
"combination_Type": ,
"regeneration_Type": ,
"delete": ,
"intensification_Freqs": ,
"diversification_Type": ,
"cost_tol": ,
"euclidean_dist_tol": ,
"param_diff_tol": ,
"max_stuck": ,
"perform_local_search": 1,
"local_SolverMethod": "n",
"local_minCostCriteria": 1,
"local_maxIter": 500,
"local_tol": 1e-3,
"local_N1": 50,
"local_N2": 25,
"local_Balance": 0,
"local_atEnd": 1,
"local_onBest_Only": 0,
"local_merit_Filter": 0,
"local_distance_Filter": 0,
"local_th_merit_Factor": 0,
"local_max_distance_Factor": 0,
"local_wait_maxDist_limit": 0,
"local_wait_th_limit": 0,
}