Quadratic Programming - Optimization in Python with Gurobi (Part 5)

preview_player
Показать описание
In this video, we introduce Quadratic Programming (QP) and show how to implement it in Python by using gurobipy.

This video series introduces several Mathematical Optimization Problems and shows how to solve them in Python via gurobipy package (Python interface to Gurobi).

❔Answers to
↪︎ What is quadratic programming?
↪︎ How can I solve a quadratic program?
↪︎ How can I update my current model in Gurobi?
↪︎ How can I add an additional constraint to my current model in Gurobi?

⌚ Content:
↪︎ 0:00 - Intro
↪︎ 0:30 - What is mixed integer linear programming
↪︎ 5:55 - A small example of mixed integer programming model
↪︎ 6:36 - Solving the model

🌎 Follow Coding Perspective:

🎥 Video series:
Рекомендации по теме
Комментарии
Автор

00:37 - What is quadratic programming
01:29 - Problem formulation
02:01 - Example problem
02:48 - Coding in Python
04:19 - Updating a decision variable
05:00 - Adding a new quadratic constraint

CodingPerspective
Автор

How to replace x, y, and z with vector variables?

rohityparasnis
Автор

Hi, just get a quick question. what is 'OutputFlag', False do to this optimization model?

mrk
Автор

Where the array Q and c in the problem that you showed?

deco
join shbcf.ru