Giter Club home page Giter Club logo

18.337-6.338-2018's Introduction

Mathematical Optimization using JuMP (MIT 18.337/6.338, Fall 2018)

This site contains materials for my guest lecture at MIT 18.337/6.338, Modern Numerical Computing in Fall 2018.

Installation Instructions

You should use the latest version of Julia v1.0. Binaries of Julia for all platforms are available here.

You can download the materials by running

git clone https://github.com/juan-pablo-vielma/18.337-6.338-2018

or downloading this zip file.

Finally, you can install Jupyter and its Julia backend IJulia by running the following code in the Julia REPL.

import Pkg
Pkg.add("IJulia")

Each notebook includes a cell with the commands

import Pkg
Pkg.activate(@__DIR__)
Pkg.instantiate()

that will install all required packages described by the Project.toml and Manifest.toml files in the corresponding folder.

The polynomial optimization example requires having Gurobi and a Mosek license already installed. You can download Gurobi from its download page and you can get an academic license for it by registering with your MIT email here. You can get an academic license for Mosek using this form.

More resources

The polynomial optimal control example was developed by Joey Huchette for the 2017 SIAM Conference on Optimization. For more details on this problem you can find Joey's SIAM Opt slides here.

18.337-6.338-2018's People

Contributors

juan-pablo-vielma avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.