-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SIMULATION output (per time period/iteration) such as gaps and computation times for easy post simulation analysis #122
Labels
Milestone
Comments
MarkRaadsen
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
labels
Jul 6, 2024
MarkRaadsen
added a commit
that referenced
this issue
Jul 6, 2024
…nue with actually being able to extract the convergence gap
MarkRaadsen
added a commit
that referenced
this issue
Jul 7, 2024
…signment as well). Not fully tested and needs additional features for it to be complete
|
#122 consolidated simulation data draft implemented for PLANitOutputFormatter |
MarkRaadsen
pushed a commit
that referenced
this issue
Jul 26, 2024
…o a 500 iteration route choice test in PLANitIO so it is part of CI (only tested for PLANit output format, no other output formats)
MarkRaadsen
added a commit
that referenced
this issue
Jul 28, 2024
… added, changed rc convergence gap property from float to double, minor refactoring
MarkRaadsen
pushed a commit
that referenced
this issue
Aug 15, 2024
- added functionality to count number of paths in ODPath interfaces (and implementations)
|
MarkRaadsen
pushed a commit
that referenced
this issue
Aug 15, 2024
…mes tracking in simulation output
MarkRaadsen
pushed a commit
that referenced
this issue
Aug 22, 2024
…for convergence gap output in simulation data
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
add in memory model + then implement for the various other repository implementations (CSV, memory etc.).
Main reason for this is to have some stats per iteration that can easily be digested in Excel or Python without having to sift through the logs
Start with adding:
iteration gap
iteration computation time
The text was updated successfully, but these errors were encountered: