Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have a load time per location determined by the number of containers #40

Open
Zebreu opened this issue Sep 26, 2023 · 1 comment
Open
Assignees
Labels
solver This involves the optimization routines

Comments

@Zebreu
Copy link
Collaborator

Zebreu commented Sep 26, 2023

We currently have a load time set per location, for example:

"optimized_region": ["West"],
      "Start_Point": ["waste_basket"],
      "End_Point": ["West-UNLOAD"],
      "load_time": 2.5,
      "trips_vehicle_profile": [["3wheeler", 50]],
      "enable_unload": false,
      "unload_vehicles": [],
      "hours_allowed": 5

We would like to support multiplying this value by the number of containers present at every location. This should be enabled by an extra config option per zone (as seen above).

@Zebreu Zebreu added the solver This involves the optimization routines label Sep 26, 2023
@Zebreu
Copy link
Collaborator Author

Zebreu commented Oct 8, 2023

Rereading the code, we support a version of this already, we need to expose the option properly. We'll create a service time array per location and read that in as opposed to using a constant (def get_optimal_route in optimization.py to change, for example)

@Zebreu Zebreu self-assigned this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solver This involves the optimization routines
Projects
None yet
Development

No branches or pull requests

1 participant