Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 246 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 246 Bytes

An Optimization Problem Set from MITx 6.00.2x

Task: Create greedy and brute-force transport algorithms to find the optimal shipment payloads.

Notes: Functional optimzation algorithms can be found in ps1.py ... All other files are helper code.