Update Readme and change title
This commit is contained in:
@@ -18,3 +18,9 @@ Written by Lars Bogner
|
||||
Run `src/project1/generate_results.sh` to compile all binaries and automatically create all output plots. The table of relative errors is saved to `rel_errors.txt`.
|
||||
|
||||
|
||||
### Project 2
|
||||
Run `src/project2/generate_results.sh` to compile all binaries and automatically create all output plots.
|
||||
|
||||
|
||||
### 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.
|
||||
Reference in New Issue
Block a user