Applied Optimization with Julia
University of Hamburg - Fall 2024
To prepare for the upcoming lectures, we start by installing the Julia Programming Language and an Integrated Development Environment (IDE) to work with Julia.
Tip
If you are ever asked to add something to your “PATH”, do so!
Hello World!
Hello World!
→ perfect!Tip
Don’t worry if it is not running right away. We will fix this together!
.ipynb
filesJupyter
on the rightTip
You can also copy and paste code from the notebooks into your IDE!
julia
in the terminal]
to open the package manageradd IJulia
Enter
Tip
You can also run the notebooks in VS Code, if you prefer!
Tip
Don’t forget to save your notebook before uploading it to OpenOlat!
Note
The assignments are not mandatory, but highly recommended!
And that’s it for this lecture!
The remaining time we will already start working on the first problems.
Lauwens, B., & Downey, A. B. (2019). Think Julia: How to think like a computer scientist (First edition). O’Reilly®. Link to the free book website.
For more interesting literature to learn more about Julia, take a look at the literature list of this course.
Lecture II - First Steps in Julia | Dr. Tobias Vlćek | Home