This repo implements different algorithms to solve a multi-time scale optimization problem.
The model of the multi-time scale optimization is given in our paper. We use the following algorithms to solve the model:
- Full-space method
- Benders Decomposition
- Lagrangian Decomposition with cutting plane method
- Lagrangian Decomposition with subgradients method
- Dantzig Wolfe Decomposition
- PAMSO
The data used in the problem is in newgenexp.xlsx. The codes can be accessed through the Jupyter Notebooks in the repo.