-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .tex, README, and remove unused files
- Loading branch information
Showing
5 changed files
with
17 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
# robust | ||
Robust optimization for power markets | ||
# Robust optimization for power markets | ||
|
||
Implements a simplified version of http://ieeexplore.ieee.org.libproxy.aalto.fi/document/7944676/. An upper-level agent makes | ||
generation and transmission line investment decisions, while the market is cleared in the lower-level. The lower-level | ||
problem is a robust optimization problem in which some parameters are stochastic. | ||
|
||
Solved using Gurobi 7.5. | ||
# Requirements | ||
|
||
Tested with Python 2.7, Gurobi 8.0, and numpy 1.13.1. | ||
|
||
# Usage | ||
|
||
``` | ||
python robust.py | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.