You will find here the files for the homework for the course "Stochastic Optimization".
You can download the files from this repository (use the green button on the top right) and run them from the jupyter notebooks (Help for IJulia). Even better : you should clone the repository and update it as the practical works are released.
You can either install Julia from your package manager or
- Download the code
- Unzip the files somewhere
- Make a symbolic link e.g.
sudo ln -s ~/julia/julia-1.2.0-linux-x86_64/julia-1.2.0/bin/julia /usr/local/bin/julia
(Warning : adress should be absolute, not relative)
You can now run julia from the terminal simply calling julia
Then you need to install some package from the julia prompt
- enter
]
add IJulia
precompile
build IJulia
Ctrl - C
using IJulia
notebook(detached=true)
- Download the code
- double click and follow instructions
- launch julia and enter
]
update
add IJulia JuMP GLPK
precompile
build IJulia
Ctrl - C
using IJulia
notebook(detached=true)