Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livenl/afds
Algorithms for Decision Support - SIMULATION ASSIGNMENT THE UITHOFLIJN
https://github.com/livenl/afds
Last synced: 6 days ago
JSON representation
Algorithms for Decision Support - SIMULATION ASSIGNMENT THE UITHOFLIJN
- Host: GitHub
- URL: https://github.com/livenl/afds
- Owner: LiveNL
- Created: 2018-09-20T15:30:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T14:13:23.000Z (about 6 years ago)
- Last Synced: 2025-01-02T22:07:21.968Z (7 days ago)
- Language: C#
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
SIMULATION ASSIGNMENT THE UITHOFLIJN
Jordi Wippert, 6303013
Thomas Kok, 4124359In this folder our Report for this simulation assignment can be found, Report.pdf.
Next to that there's our simulation implemented in C#.
This implementation can be run by:`dotnet run`
It will execute a simulation based on the input date specified in the data folder. In normal cases the following files will be used:
rates_a.csv
rates_b.csv
exit_rates_a.csv
exit_rates_b.csvNext to that there are the artificial input files, and their outputs.
The simulation will run 100 times, and the output will be all average results which can be best represented in a csv file. This can be done with: `dotnet run > output.csv`.
The number of runs can be changed to 1 in the code, in `Program.cs`, in which case a summary of the results is given in a more readable format.
If the number of runs is changed to anything other than 1, it needs to be updated in `Statistics.cs` as well.
Thomas & Jordi