Working repository containing code for analysing koala conservation decision-making under uncertainty.
- Julia (v1.10.3)
- Microsoft VSCode (recommended)
- data directory (available upon request)
- Gurobi optimiser
- Download Julia and install it using the Windows installer (link)
- Download VS Code (link)
- Ensure that your system has a valid license for Gurobi and activate the link between Gurobi Julia package and the Gurobi installation following instructions here: link
- Open a Julia terminal, cd to the repo directory and do
] activate
- Create a directory
results/model_runs/
directory to collect results - Run
sensitivity_analysis.jl
to get the model run outputs - Open
plot_mc_results.R
in R/ RStudio, install required packages (usinginstall.packages()
) and then run the whole script. This should generate the image files that replicates the paper results.