Gurobi Opti101 Training Video 3 - Modeling and Coding: Part 1

preview_player
Показать описание
In this session, we will cover translating decisions problems into a mathematical formulation:

We will dive into coding basics using the gurobipy Python Package.
Introduce the building blocks of optimization.
Hands-on, guided exercises.

_____

This content was previously released as a live event in November 2022, due to demand, we have made it available now as part of a free on-demand*, self-paced training on YouTube. We hope you enjoy learning with us!

*The on-demand version of Opti101 does not have a certificate path.
Рекомендации по теме
Комментарии
Автор

For newer python/pandas versions I needed to remove the index and squeeze parameters from the pd.read_csv function to get the load to work like in the video.

DanCrosby
Автор

Is it possible to get the csv file for personal practice?

Adi
Автор

I am noticing that in the second model the objective function to be optimized was not defined explicitly. It is a bit confusing at that point for me.

DiegoPedroPintoRoa