Commit Graph

9 Commits

Author SHA1 Message Date
e232df7c5a Updated Csv to Node insertion
- now the csv will show the node in order of addition in the net
2025-02-12 14:32:44 +01:00
7712b4aaa8 Refactor TestSaveExamplesNet to improve structure and add CSV loading tests 2025-02-11 13:34:20 +01:00
fbc9aeac2c Refactor simulation and net example tests to use builder pattern for ServerNode and improve arrival handling logic 2025-02-07 17:33:27 +01:00
2250b63b38 Increase capacity of limited source nodes in test cases 2025-02-06 14:31:07 +01:00
32072ff764 Add maxQueue to ServerNode, refactor Event to use node index, and implement buildNodeStates method in Net 2025-02-06 14:28:49 +01:00
af192c8bf3 Fixes
- throughput instead of troughput
- removed automatic calc of error
- better structured result summary
2025-02-05 10:36:07 +01:00
f591de5a06 Fixes
- enhance Result and ResultSummary
- added new example
- added new launch configuration
- fixed RNG with seed 0 not correclty generating streams
2025-02-05 09:40:38 +01:00
8c349d6eec Fixed csv
- added examples.csv
- fixed csv logic for header and first line
2025-01-30 11:46:25 +01:00
b7b95fad7b Added Save and Load Net
- added kryo
- added save/load Net
- added examples in resources
- Main require a file.net
2025-01-29 16:53:40 +01:00