- tell sanchita about using softmax
- ask about rice + wheat. Include? Not include?
- revisit the terminology "bin-packing". Is this really a bin-packing problem? The baskets are designed with continuous (not discrete) amounts of each crop.
- Figure out units for production file (same as consumption?)
- Per household minimum (pulse vs millet)
- Check replicability + correctness of ode (after it's finished)
- Make algebraic forulation of both problems (see if they agree with each other)
- Add legend to cluster map (in general make it readable)
- Seed clustering so it's reproducible
- Get everything ready for the big model
Rough outline
- Dependencies + environment
- Python packages: sklearn, matplotlib, numpy, pandas
- CPLEX runtimes: Basket Design, Distribution
- Preference Clustering
- Run clustering.py to assign clusters and preferenes
- Visualize data with explore_consumption.ipynb
- Basket Design
- CPLEX walkthrough
- postprocess walkthrough
- Distribution
- Consumption
- Travel Times
- Production
- /data
- clean up unused parts of 2011.xlsx
- /basket_design
- connect to output of /clustering
- add postprocessing
- / distribution
- clean up unused parts
- change to real travel distance times (tt_ij from google maps)