Skip to content

Commit

Permalink
Updating readme.md adding configuration files to reproduce the experi…
Browse files Browse the repository at this point in the history
…ments in the paper
  • Loading branch information
Antonio-Cruciani committed Jun 21, 2021
1 parent e31ecf8 commit aacd39e
Show file tree
Hide file tree
Showing 22 changed files with 191 additions and 246 deletions.
Binary file removed Thesis/AntonioCrucianiExtracted.pdf
Binary file not shown.
Binary file not shown.
5 changes: 0 additions & 5 deletions Thesis/readme.md

This file was deleted.

39 changes: 39 additions & 0 deletions configurations/EdgeDynamics/edge_dynamics_flooding_conf.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[model]
graph = ED
nodes = [64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768]
degree = [2, 3, 4]
tolerance = [1.5, 2, 3]
edge_node_falling_probability = [ 0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1, 0.06, 0.05, 0.02, 0.005, 0.002, 9e-05, 9e-06, 1e-07, 0.0]
nodes_poisson_rate = None

[simulations]
flooding_protocol = True
simultaions_number = 100
only_spectral_properties = False
offline_simulation = False

[other_parameters]
gpu_optimization = False
epsilon = 0.005
max_iterations = 100

[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

39 changes: 39 additions & 0 deletions configurations/EdgeDynamics/edge_dynamics_spectral_conf.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[model]
graph = ED
nodes = [64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768]
degree = [2, 3, 4]
tolerance = [1.5, 2, 3]
edge_node_falling_probability = [1, 0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1, 0.06, 0.05, 0.02, 0.005, 0.002, 9e-05, 9e-06, 1e-07, 0.0]
nodes_poisson_rate = None

[simulations]
flooding_protocol = False
simultaions_number = 10
only_spectral_properties = True
offline_simulation = False

[other_parameters]
gpu_optimization = False
epsilon = 0.005
max_iterations = 100

[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

39 changes: 39 additions & 0 deletions configurations/VertexDynamics/vertex_dynamics_flooding_conf.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[model]
graph = VD
nodes = [64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768]
degree = [2, 3, 4]
tolerance = [1.5, 2, 3]
edge_node_falling_probability = [0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1, 0.06, 0.05, 0.02, 0.005, 0.002]
nodes_poisson_rate = None

[simulations]
flooding_protocol = True
simultaions_number = 100
only_spectral_properties = False
offline_simulation = False

[other_parameters]
gpu_optimization = False
epsilon = 0.005
max_iterations = 100

[output_path]
outputpath = ./Outputs/VertexDynamics

[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

39 changes: 39 additions & 0 deletions configurations/VertexDynamics/vertex_dynamics_spectral_conf.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[model]
graph = VD
nodes = [64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768]
degree = [2, 3, 4]
tolerance = [1.5, 2, 3]
edge_node_falling_probability = [ 0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1, 0.06, 0.05, 0.02, 0.005, 0.002]
nodes_poisson_rate = None

[simulations]
flooding_protocol = False
simultaions_number = 10
only_spectral_properties = True
offline_simulation = False

[other_parameters]
gpu_optimization = False
epsilon = 0.005
max_iterations = 100

[output_path]
outputpath = ./Outputs/VertexDynamics

[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

Binary file removed img/Dynamic.png
Binary file not shown.
Binary file removed img/EMG0307.gif
Binary file not shown.
Binary file removed img/EMG0505.gif
Binary file not shown.
Binary file removed img/EMG0802.gif
Binary file not shown.
Binary file removed img/EdgeDynamic.gif
Binary file not shown.
Binary file removed img/EdgeDynamic.png
Binary file not shown.
Binary file removed img/FullyDyn.png
Binary file not shown.
Binary file removed img/RAES.gif
Binary file not shown.
Binary file removed img/RAES.png
Binary file not shown.
Binary file removed img/TransitionMatrix.png
Binary file not shown.
Binary file removed img/VertexDynamic.gif
Binary file not shown.
Binary file removed img/floodEdjedyn.gif
Binary file not shown.
Binary file removed img/queue.png
Binary file not shown.
Binary file removed img/spectralconv.gif
Binary file not shown.
Loading

0 comments on commit aacd39e

Please sign in to comment.