SSW 2020 - Julia: Modeling agent-based simulations and network interactions in the Julia programming language
Date 2020-09-14, 14:00-17:00 CEST
Step 1
Get:
installation instructions
and install Julia along the packages used in the workshop!
Running Jupyter notebook from Julia command line:
#using Pkg; Pkg.add("IJulia") #uncomment if not installed using IJulia notebook(dir=".")
Download the presentation:
slides
Introductory Tutorial:
Jupyter notebook
(
HTML version
)
First steps with agent based modeling in the Julia language:
Blog
A basic SIR model using agent-based approach in Julia:
Blog
Use case scenario: COVID-19 agent-based simulation:
Jupyter notebook
(
HTML version
)