From beda34f289ee5562726f375f5e6378d2477c323f Mon Sep 17 00:00:00 2001 From: Jerry Yurchisin <97685128+yurchisin@users.noreply.github.com> Date: Wed, 8 Nov 2023 22:42:56 -0500 Subject: [PATCH 1/3] Update README.md --- optimization201/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/optimization201/README.md b/optimization201/README.md index 81e7809..e9b3c24 100644 --- a/optimization201/README.md +++ b/optimization201/README.md @@ -3,14 +3,13 @@ ![Opti101Logo](Gurobi-Training-Opti-201.png) -The material is from the [Optimization 201 for Data Scientists] training (https://www.gurobi.com/events/optimization-201-for-data-scientists/). -In this training two modeling examples and a use case were discussed. -You can review the Jupyter Notebooks here. For all examples a completed version is available. If you want to test yourself and try out some of the exercises by yourself, you should start with the not-completed-versions of the notebooks and then compare with the completed versions. +The material is from the [Optimization 201 for Data Scientists](https://www.gurobi.com/events/optimization-201-for-data-scientists/) training, which consists of two modeling examples and a culminating use case. +You can review the Jupyter Notebooks here. For all examples a completed version is available. If you want to test yourself and try out some of the exercises, you should start with the not-completed-versions of the notebooks and then compare with the completed versions. - Resources for the first [hands-on modeling session](Modeling_Session_1) - Resources for the **second** [hands-on modeling session](Modeling_Session_2) -- Resources for the **use case** [bike share modeling session](bike_share) +- Resources for the **use case** [technitian assignment optimization](technician_assignment) © Gurobi Optimization, LLC From 2fb07712d517e89736304094e9455d40dae062a0 Mon Sep 17 00:00:00 2001 From: Jerry Yurchisin <97685128+yurchisin@users.noreply.github.com> Date: Wed, 8 Nov 2023 22:45:36 -0500 Subject: [PATCH 2/3] Update README.md --- optimization201/Modeling_Session_2/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/optimization201/Modeling_Session_2/README.md b/optimization201/Modeling_Session_2/README.md index 8e3336b..a909060 100755 --- a/optimization201/Modeling_Session_2/README.md +++ b/optimization201/Modeling_Session_2/README.md @@ -1,4 +1,4 @@ -# Modeling Session 2 - Renewable Energy and Storage Optimization +# Modeling Session 2 - Hidden Modeling Gems in Renewable Energy and Storage Optimization ## Problem A univeristy building is going to hold classes for a week, which requires electricity to run. and the demand for electricity changes due to the course load. There is a solar panel to provide energy and two batteries that can store it. Additionally, electricity can be purchased from the gird. The goal of the problem is to find the battery charge and discharge schedule that will: @@ -9,11 +9,10 @@ A univeristy building is going to hold classes for a week, which requires electr Along with the modeling example, an exercice is provided. - ## Beware Spoilers! We also put **completed** versions of the modeling1 notebook and the exercise in the repo. If you want to work through the notebooks without everything filled in make sure not to open the completed versions. -## View the notebook +## Notebooks will be posted by the end of day Thursday, Nov 9 ```` [Google Colab Link - Modeling Session *without* answers](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/optimization101/Modeling_Session_2/modeling2.ipynb) From e8fa423288dc7a67aa91fdf7abf076a39578627a Mon Sep 17 00:00:00 2001 From: Jerry Yurchisin <97685128+yurchisin@users.noreply.github.com> Date: Wed, 8 Nov 2023 22:46:42 -0500 Subject: [PATCH 3/3] Update README.md --- optimization201/Modeling_Session_2/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/optimization201/Modeling_Session_2/README.md b/optimization201/Modeling_Session_2/README.md index a909060..16ca6ee 100755 --- a/optimization201/Modeling_Session_2/README.md +++ b/optimization201/Modeling_Session_2/README.md @@ -14,13 +14,13 @@ We also put **completed** versions of the modeling1 notebook and the exercise in ## Notebooks will be posted by the end of day Thursday, Nov 9 ```` -[Google Colab Link - Modeling Session *without* answers](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/optimization101/Modeling_Session_2/modeling2.ipynb) +[Google Colab Link - Modeling Session *without* answers](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/optimization201/Modeling_Session_2/modeling2.ipynb) -[Google Colab Link - Exercise *without* answers](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/optimization101/Modeling_Session_2/Exercise_Set2.ipynb) +[Google Colab Link - Exercise *without* answers](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/optimization201/Modeling_Session_2/Exercise_Set2.ipynb) -[Google Colab Link - Modeling Session *with* answers](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/optimization101/Modeling_Session_2/completed_modeling2.ipynb) +[Google Colab Link - Modeling Session *with* answers](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/optimization201/Modeling_Session_2/completed_modeling2.ipynb) -[Google Colab Link - Exercise *with* answers](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/optimization101/Modeling_Session_2/completed_Exercise_Set2.ipynb) +[Google Colab Link - Exercise *with* answers](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/optimization201/Modeling_Session_2/completed_Exercise_Set2.ipynb) ```` ---- For details on licensing or on running the notebooks, see the overview on [Modeling Examples](../../)