- Refactor simulation handling and improve net iteration methods
This commit is contained in:
2025-02-03 18:55:31 +01:00
parent 2acb27a6b9
commit 2d5f43bbc9
9 changed files with 80 additions and 34 deletions

7
.vscode/launch.json vendored
View File

@@ -25,13 +25,6 @@
"mainClass": "net.berack.upo.valpre.Main",
"args": "simulation -net example1.net -runs 10"
},
{
"type": "java",
"name": "Run10",
"request": "launch",
"mainClass": "net.berack.upo.valpre.Main",
"args": "simulation -net example1.net -runs 10"
},
{
"type": "java",
"name": "Plot Simple",