You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I want parameterization for multiple runs so that I am able to test different simulations with a single file.
Description
As a user, I want the ability to parameterize my simulations for multiple runs with a single configuration file.
The parameters of the configuration file shall remain the same before and after a run.
Acceptance criteria
Results of parameters match input variables from configuration file specified by the user
All not parametrized remain the same in all runs
The text was updated successfully, but these errors were encountered:
To be able to do this task, we need to change almost all of our values, that are defined as uint, int or float.
In golang it is not possible to change a type dynamically. We would need to change every single value to slice or an array.
User Story
As a user I want parameterization for multiple runs so that I am able to test different simulations with a single file.
Description
As a user, I want the ability to parameterize my simulations for multiple runs with a single configuration file.
The parameters of the configuration file shall remain the same before and after a run.
Acceptance criteria
The text was updated successfully, but these errors were encountered: