Finsih report

This commit is contained in:
2025-11-19 21:10:16 +01:00
parent 9e4328a23d
commit f2979621c0
6 changed files with 152 additions and 11 deletions
+4 -1
View File
@@ -23,4 +23,7 @@ Run `src/project2/generate_results.sh` to compile all binaries and automatically
### Project 3
Run `src/project3/generate_results.sh` to compile all binaries and automatically start the simulations. Afterwards, to create all output plots, run `src/project3/python/generate_plots.sh`. If you don't have `pueue` available, change the variable `PUEUE` to false in all bash scripts. To create all simulations it takes about 2 hours. To evaluate the run time of the different algorithms, you can run `src/project3/python/performance_analysis.py`. All python scripts use `typer` to make a straightforward usage possible. Run `python script.py --help` to see all available options.
Run `src/project3/generate_results.sh` to compile all binaries and automatically start the simulations. Afterwards, to create all output plots, run `src/project3/python/generate_plots.sh`. If you don't have `pueue` available, change the variable `PUEUE` to false in all bash scripts. To create all simulations it takes about 2 hours. To evaluate the run time of the different algorithms, you can run `src/project3/python/performance_analysis.py`. All python scripts use `typer` to make a straightforward usage possible. Run `python script.py --help` to see all available options.
### Project 3
Run `src/project3/generate_results.sh` to compile all binaries and automatically start the simulations. Afterwards, run the jupyter notebooks located in `src/project4/python/` to create all output plots.