Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.16 KB

Introduction to Julia and its ecosystems for optimization and modeling

The Julia programming language was initially released in 2012, and has since gained significant momentum and support in the scientific community. This introductory talk gives an overview of what Julia is and what it can be used for, and is directed at OR practitioners with little to no experience of Julia.

Getting the material

  1. Clone the repository, run the notebooks with Jupyter. Requires you to have Julia 1.0 + Jupyter installed on your machine.

  2. Use JuliaBox (no installation required): https://juliabox.com/

Contents

The Julia programming language

A broad introduction to the Julia programming language, aimed at an OR audience.

LightGraphs

An optimized graphs package for the Julia programming language

JuliaSmoothOptimizers

Infrastructure and Solvers for Continuous Optimization in Julia

JuMP

Modeling language for Mathematical Optimization