Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 373 Bytes

Readme.md

File metadata and controls

8 lines (5 loc) · 373 Bytes

DSKP

Matlab code to solve the Stochastic Knapsack problem, in the special case where returns are iid (within and across item types) normal random variables. Used for comparison to a Monte Carlo approach in a Stochastic Optimization class, Spring 2014.

See this paper for the original algorithm.