Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yurchisin committed Nov 9, 2023
2 parents b905ae9 + e8fa423 commit 7a3b125
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
13 changes: 6 additions & 7 deletions optimization201/Modeling_Session_2/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -9,19 +9,18 @@ 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)
[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](../../)
Expand Down
7 changes: 3 additions & 4 deletions optimization201/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a3b125

Please sign in to comment.