akalikadien / shell-ai-hackaton-2023

Repo for the agricultural waste challenge of Shell.ai 2023 https://www.shell.com/energy-and-innovation/digitalisation/digital-and-ai-competitions/shell-ai-hackathon-for-sustainable-and-affordable-energy.html
0 stars 0 forks source link

Suggested number of depots and refineries #9

Closed vsinha027 closed 1 year ago

vsinha027 commented 1 year ago

https://github.com/akalikadien/shell-ai-hackaton-2023/blob/96f4d4721210dd5bfbfc90faf08dc17a9c5ca04f/place_storage_and_refineries_optimize_flow.py#L243 I would suggest to stick to 20 depots and 4 refineries. This would satisfy the year with highest production. We can of course vary these as parameters later on.

image
vsinha027 commented 1 year ago

You can also be super frugal and fixate on 19 and 4.

BuenoGrande commented 1 year ago

Just updated the code to num_depots = 0 & num_biorefineries=4