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

Avoid multiplication by 20000 #7

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#L105

I am not very sure but multiplying by 20000 can bias the initial population to have very high numbers to begin with and bias/limit our search space.

BuenoGrande commented 1 year ago

We need to test the influence with and without of this constant on the objective function. Todo when we solved the constraint part.

BuenoGrande commented 1 year ago

Ran a small simulation with only 50 generations with & without the 20k

It is a significant difference, coming from the transportation.

--> We should later run more tests with more generations/population