Welcome to Global_Optimization_NTNU Discussions! #1
Replies: 3 comments
-
Colloquiums: The plan is to give the 5 two hour colloquiums/discussions as below. The idea for the format is as below: First, participants are expected to familiarize themselves with some material prior to the colloquium. Mostly, this will involve watching lectures Prof. Barton recorded in 2021 which have been uploaded to blackboard. This "preparation" work is listed 1. Week 39. - Formulation Optimization Problems with JuMP in Julia. JuMP is an open-source alternative to GAMS that is substantially easier/more convenient to use in my opinion.
2. Week 41. - Mixed-Integer Linear Programming.
3. Week 43 - Benders decomposition
4. Week 45 - Extensions to Benders decomposition
5. Week 47 - TBD |
Beta Was this translation helpful? Give feedback.
-
Further instructions if necessary for installing Julia in Windows for VSCode
If you would like to configure settings within VScode, please checkout: >File>Preferences>Settings>Extensions>Julia. Say you open a desired folder, you can create a Julia file of any names with the .jl filename. If you type in some Julia code inside this .jl file and run it or type: Ctrl + Enter, you should be have the Julia repl launched in the terminal.
|
Beta Was this translation helpful? Give feedback.
-
Solver list: https://jump.dev/JuMP.jl/stable/installation/ |
Beta Was this translation helpful? Give feedback.
-
Welcome to EP8199 - Global Optimization of Mixed-Integer and Non-Convex Problems
Course homepage
Since many students may not have reliable access to blackboard before registration or may want to audit, this could help answer some FAQs about the course:
1. Course logistics:
The course has 3 main interactive components:
A 3 day live seminar held by Prof. Paul Barton from MIT on 8, 9 and 12 September, 09:15-16:00 (with lunch and coffee breaks). This will be arranged in C-201 (Kolbjørn Hejes vei 1.A, 2nd floor) for 8 and 9 September, and then probably F404 for 12 September. These will represent approximately 15 hours of lecture. The intention is to cover the following topics: Introduction and motivation for Global Optimization, Local vs Global Information, Optimality Criteria (e.g., KKT conditions), Duality theory (including with presence of nonconvexities), Interval Analysis, Convex Relaxations, Introduction to branch-and-bound for nonconvex programming
A complete set of recorded video lectures from Prof. Barton's 10.557 Mixed-Integer and Nonconvex Optimization course at MIT in 2021.
5 live two hour colloquiums held by Avinash Subramanian. The exact dates are TBD. The tentative list of topics are:
i) Formulation Optimization Problems with JuMP in Julia
ii) Mixed-Integer Linear Programming (MILP). Branch-and-Bound algorithm for MILPs
iii) Benders decomposition for MILPs.
iv) Generalized Benders Decomposition, Nonconvex Generalized Benders Decomposition
v) One of: Outer Approximation, Mixed-Integer Nonconvex Programming.
The idea is for students to watch the relevant lectures prior to the colloquiums. Colloquiums will be interactive and would look at some homework problems and are not lectures.
2. Exam, Grading, etc
3. Can I do it online?
4. What background is required?
Beta Was this translation helpful? Give feedback.
All reactions