Skip to content

Commit

Permalink
Add final project report as additional documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Incicau committed Feb 20, 2023
1 parent baf78d7 commit 4b494ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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.
Binary file added report/Project_Report.pdf
Binary file not shown.

0 comments on commit 4b494ce

Please sign in to comment.