284 Commits

Author SHA1 Message Date
Sudipta Basak
f4448e4a2a
ECDF plots updated 2024-06-18 09:20:32 +00:00
Sudipta Basak
67c8b09295
Deterministic validator row column distributio 2024-06-18 07:57:03 +00:00
Sudipta Basak
f3f1e8664d
Fixed rounding error for number of nodes 2024-06-10 19:00:29 +00:00
Sudipta Basak
0e51082f71
Changed nodeType configuration structure 2024-06-10 07:07:14 +00:00
Sudipta Basak
8aaaf57ed6
Restore column count boxen plot updated 2024-06-04 21:32:47 +00:00
Sudipta Basak
bfd75feaa9
Restore row cout boxen plot updated 2024-06-04 21:28:22 +00:00
Sudipta Basak
86e9a78f34
Samples Received boxen plot updated 2024-06-04 21:23:33 +00:00
Sudipta Basak
346195bd8d
Messages Received boxen plot updated 2024-06-04 21:19:55 +00:00
Sudipta Basak
92b6778622
Message sent boxen plot updated 2024-06-04 21:05:34 +00:00
Sudipta Basak
bdbe95c219
Samples Repaired Boxen plot updated 2024-06-04 15:20:36 +00:00
Sudipta Basak
201fc08da0
duplicate data plot fixed 2024-06-04 09:30:12 +00:00
Sudipta Basak
fe8cde9a61
Received data plot updated 2024-06-04 09:15:40 +00:00
Sudipta Basak
3ed4248aa0
Sent Data plot updated 2024-06-04 08:43:19 +00:00
Sudipta Basak
c5214093ea
Simulator progressVector updated 2024-06-04 07:02:31 +00:00
Sudipta Basak
c2925935b3
plotMissingSegments fixed 2024-06-02 13:40:34 +00:00
Sudipta Basak
0d4c74a01a
Plot textbox updated for new config type 2024-06-02 07:39:26 +00:00
Sudipta Basak
eb141deb5b
Compact code 2024-06-01 11:14:53 +00:00
Sudipta Basak
1e4aefe261
things are good before the plotting part 2024-05-30 14:49:40 +00:00
Leo
f36c3c85ba
Merge pull request #63 from codex-storage/plot-textbox-and-heatmaps
plot textbox & Heatmap of NetDegree vs NoOfNodes on Simulation Runtime
2024-05-16 16:08:48 +02:00
Sudipta Basak
e5b4037bda
Average of all runs considered for heatmaps 2024-05-16 12:42:17 +00:00
Sudipta Basak
c770dfd25d
Missing Samples renamed to Missing Segments 2024-05-16 12:14:31 +00:00
Sudipta Basak
299323f655
Adding missing sample count in missing samples plot textbox 2024-05-16 06:07:40 +00:00
Sudipta Basak
804fdcdee3
fixed old heatmap bug 2024-05-16 05:13:24 +00:00
Sudipta Basak
7dfc0c099c
Added textbox in heatmap plots 2024-05-16 05:09:13 +00:00
Sudipta Basak
732589185c
Creating separate plots for each varying params 2024-05-15 13:19:03 +00:00
Leo
ca9a0fa1e4
Merge pull request #66 from codex-storage/incremental-simulation
Implement stop and resume functionality
2024-05-14 11:58:45 +02:00
Arunima Chaudhuri
04004ed1fb make the changes on study level
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-03-29 21:49:57 +00:00
Arunima Chaudhuri
d591c1724f Implement stop and resume functionality
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-03-27 20:38:47 +00:00
Arunima Chaudhuri
c4db8e408e store config shape in pickle files
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-03-27 11:22:56 +00:00
Arunima Chaudhuri
705ab8a962 Implemented state saving and completion check using pickle files
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-03-24 21:00:18 +00:00
Csaba Kiraly
d63a20bb23
progress plot: always use y range 0..1
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2024-03-22 15:54:02 +01:00
Sudipta Basak
ea689f2283
Updated seaborn version to fix a warning 2024-03-20 17:21:38 +00:00
Arunima Chaudhuri
ebb41a84d1 Added heatmaps of netDegree vs failureRate on Missing Samples
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-03-19 23:11:15 +00:00
Sudipta Basak
1dae18a022
Added heatmaps of netDegree vs maliciousNodes on Missing Samples 2024-03-19 22:03:03 +00:00
Sudipta Basak
42356a8a39
plotNWDegVsNodeOnRuntime() function fixed return condition 2024-03-19 20:58:35 +00:00
Sudipta Basak
1d14f9eab3
Corrected plot textbox 2024-03-19 13:27:46 +00:00
Sudipta Basak
7c769f800b
Segment Size field in plot textbox & Implemented Heatmap of NetDegree vs NoOfNodes on Simulation Runtime 2024-03-18 22:58:53 +00:00
Sudipta Basak
1303229026
Plot attrbs name fix 2024-03-14 20:19:23 +00:00
Csaba Kiraly
6c43023ce9
Merge pull request #59 from codex-storage/config-scheduler
Expose more scheduler and forwarding related configuration options
2024-03-12 23:26:20 +01:00
Csaba Kiraly
ea8996f1f2
rename forwardOnRepair to forwardWhenLineReceived
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2024-03-12 23:16:52 +01:00
Csaba Kiraly
22ee856e2f
Merge pull request #61 from codex-storage/fix-RowColumn-count
Fix the verification of rows and columns assigned
2024-03-12 15:24:11 +01:00
Arunima Chaudhuri
bbe5f08edb increase fontsize & add K, N dimensions to textbox
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-03-09 16:11:42 +05:30
Arunima Chaudhuri
ea064dd51a fix warnings
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-03-07 18:42:00 +05:30
Arunima Chaudhuri
312ff6a1d2 fix warnings on ecdfRestore row col Count
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-03-07 18:25:36 +05:30
Leonardo Bautista-Gomez
22de053aee Fix the verification of rows and columns assigned 2024-03-07 12:01:07 +01:00
Arunima Chaudhuri
49354e2ba9 Modify text box positioning to appear outside plots
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-03-05 16:08:48 +05:30
Csaba Kiraly
bd5789e2e0
Merge branch 'develop' into config-scheduler
# Conflicts:
#	DAS/node.py
#	smallConf.py

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2024-03-04 17:50:17 +01:00
Csaba Kiraly
03bfe0a8aa
Merge branch 'develop' into published-copies
# Conflicts:
#	smallConf.py
2024-03-04 17:29:28 +01:00
Csaba Kiraly
4a015538af
Merge branch 'maliciousNode' into develop
# Conflicts:
#	DAS/shape.py
2024-03-04 17:25:24 +01:00
Csaba Kiraly
04b43b67d1
fixup results file name
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2024-03-04 16:40:18 +01:00