In your CLI and in this project's root directory, run:
julia --project=.This gets you a Julia REPL with the project activated in the current folder. Then:
- Press the
]key to activatePkgmode. The command line should now displayPkg>in blue text. - Run
instantiate - let it do its thing and install all dependencies
- Press backspace to leave
Pkgmode back to the Julia REPL. The command line should now displayJulia>in green text.
Then, in the REPL, run:
include("run-simulation.jl")Which will run all 270 simulations. SA and BGA will both complete in under 10 seconds, but the improved BGA will spend roughly an hour on problem 2 and half an hour on problem 3.
A Google Colab link has been put in the assignment submission report.