SEP-TU-e-2024 / euro-neurips-vrp-2022-quickstart

Quickstart for EURO Meets NeurIPS 2022 Vehicle Routing Competition
Other
0 stars 0 forks source link

SPIKE: As a developer I can simulate / validate the static and dynamic VRPTW with a submission #1

Open TPGamesNL opened 2 months ago

TPGamesNL commented 2 months ago

Description

The static Vehicle Routing Problem with Time Windows (static VRPTW) is a side main goal of this project, and preferably we also implement the dynamic variant.

For the static variant, we want to have a validator, and for the dynamic variant we need a simulator.

The static part involves:

The dynamic part involves:

Acceptance Criteria

TPGamesNL commented 2 months ago

Progress at https://github.com/SEP-TU-e-2024/euro-neurips-vrp-2022-quickstart

There are 3 ways to use the repository:

Each way is described in the README of the repository

TPGamesNL commented 2 months ago

do note that the terminology of the task description and the terminology of the README differ in some ways

TPGamesNL commented 2 months ago

for those reviewing, you can follow the instructions in the README

Doodshoofdaapje commented 2 months ago

Reviewed the installation process, noticed that the commands provided do not work directly on windows. When cloned into WSL everything worked fine. In general seems completed