diff --git a/README.md b/README.md index d652029..1ab7dda 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,7 @@ After that, activate the environment with `conda activate network` - To run main simulation `python3 run_complete_simulation.py` - The project includes a script for hypertuning different input amplitudes for neuron groups. Can be run by `python3 run_amplitude_hypertuning.py` - All simulation outputs are persisted in the `output` folder. I recommend deleting the content between successive runs to avoid confusion. -- Parallelization of simulations is missing. This would be a much needed improvement for the future. \ No newline at end of file +- Parallelization of simulations is missing. This would be a much needed improvement for the future. + +### Project Report +- For more details and documentation about the project scope, the [report](./report/Project_Report.pdf) can be consulted. \ No newline at end of file diff --git a/report/Project_Report.pdf b/report/Project_Report.pdf new file mode 100644 index 0000000..c74f7bb Binary files /dev/null and b/report/Project_Report.pdf differ