15 Commits

Author SHA1 Message Date
719c6b353a Add argparse4j dependency; remove Parameters class and update simulation argument handling 2025-04-02 10:44:32 +02:00
e4df5dab73 Add launch configuration for NetExamples; enhance NetExamples class with main method and improved network creation; refactor Result class for better stats handling 2025-03-16 19:42:33 +01:00
e11bb3f419 Update launch configurations to use absolute paths for example network and CSV files; remove unused Maven build plugins 2025-03-16 17:54:47 +01:00
2ed8149110 Rename runBuilder method to run in InteractiveConsole; update interactive console commands and tests for improved clarity and functionality 2025-03-16 17:38:16 +01:00
b6ef68eca1 Update launch configuration to remove 'L' suffix from seed value in VSCode 2025-02-11 09:21:08 +01:00
59ef3cca0e Update default seed value in SimulationBuilder to 0 for random seed if not supported 2025-02-11 09:20:19 +01:00
548f967759 Add incremental run support and confidence index handling in simulation 2025-02-11 08:58:27 +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
2d5f43bbc9 Readme
- Refactor simulation handling and improve net iteration methods
2025-02-03 18:55:31 +01:00
2acb27a6b9 EndCriteria&NetBuilder
- Add end criteria parsing and update simulation parameters
- added net builder from console
2025-02-03 17:33:07 +01:00
8c349d6eec Fixed csv
- added examples.csv
- fixed csv logic for header and first line
2025-01-30 11:46:25 +01:00
5e5b51e38c Refactoring
- better args input
- possibility to simulate or display the results
- modified CSV logic
2025-01-30 11:11:57 +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
a729dfb123 Param
- added parameters to main
- print and/or save
- added more data to the stats
- removed lower and upper bounds for simplier error
2025-01-27 13:45:54 +01:00
67c5a465a1 Distributions
- added all distributions required
- introduced tests
2025-01-23 20:29:21 +01:00