-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ini
39 lines (34 loc) · 782 Bytes
/
config.ini
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
[model]
graph = ED
nodes = [512]
degree = [4]
tolerance = [1.5]
edge_node_falling_probability = [0.1]
nodes_poisson_rate = None
[simulations]
flooding_protocol = False
simultaions_number = 1
only_spectral_properties = True
offline_simulation = False
[other_parameters]
gpu_optimization = False
epsilon = 0.005
max_iterations = 50
[output_path]
outputpath = ./Outputs/EdgeDynamics
[advanced]
min_nodes = None
max_nodes = None
step_nodes = None
min_degree = None
max_degree = None
step_degree = None
min_tolerance = None
max_tolerance = None
step_tolerance = None
min_edge_node_falling_probability = None
max_edge_node_falling_probability = None
step_edge_node_falling_probability = None
min_nodes_poisson_rate = None
max_nodes_poisson_rate = None
step_nodes_poisson_rate = None