Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yurchisin authored Nov 9, 2023
1 parent 23d61fd commit b26c8bb
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions optimization201/Modeling_Session_2/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# 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:
1. Minimize the total electrity purchased from the grid.
2. Given electrity prices for each period, minimize the total cost of purchasing electricity from the grid.

A university 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:
1. Minimize the total electricity purchased from the grid.
2. Given electricity prices for each period, minimize the total cost of purchasing electricity from the grid.
<img src="modeling2_pic.jpg" alt="Markdown Monster icon"/>

Along with the modeling example, an exercice is provided.
## Hidden Gems
This notebook will expand on the above problem (completed in Opti 101) by implementing these awesome capabilities:
1. Multi-objective
2. Multi-scenario
3. Solution Pool

## 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.
We also put **completed** versions of the modeling2 notebook and the exercises in the repo. If you want to work through the notebooks without everything filled in, make sure not to open the completed versions.

## Notebooks will be posted by the end of day Thursday, Nov 9.

## 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/optimization201/Modeling_Session_2/modeling2.ipynb)
Expand Down

0 comments on commit b26c8bb

Please sign in to comment.