ryanj commited on
Commit
641bd7f
β€’
1 Parent(s): b86f96d

[fix] change objective image path

Browse files
app.py CHANGED
@@ -426,7 +426,7 @@ Each outfit clause has value 1 iff every article of clothing is used in the solu
426
  Pyomo is used to solve this optimization problem.
427
 
428
  This objective takes the form of something like,
429
- ![objective problem](https://huggingface.co/spaces/ryanj/clothing_recommender/blob/main/objective.PNG)
430
 
431
  Hart, William E., Carl Laird, Jean-Paul Watson, David L. Woodruff, Gabriel A. Hackebeil, Bethany L. Nicholson, and John D. Siirola. Pyomo – Optimization Modeling in Python. Springer, 2017.
432
 
 
426
  Pyomo is used to solve this optimization problem.
427
 
428
  This objective takes the form of something like,
429
+ ![objective problem](https://github.com/Ryan-Qiyu-Jiang/writting/blob/master/clothing_optimization_problem.png?raw=true)
430
 
431
  Hart, William E., Carl Laird, Jean-Paul Watson, David L. Woodruff, Gabriel A. Hackebeil, Bethany L. Nicholson, and John D. Siirola. Pyomo – Optimization Modeling in Python. Springer, 2017.
432
 
objective.PNG β†’ clothing_optimization_problem.png RENAMED
File without changes