Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 254 Bytes

File metadata and controls

5 lines (3 loc) · 254 Bytes

Math-6367-Optimization

HW01 Implements a generic version of the L-Shaped algorithm for solving Stochastics Linear Programs. That implementation is then used to solve a simple problem.

HW02 Uses Backwards Dynamic Programming to solve a toy problem.