Skip to content

deepankkartikey/CSI-5137-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Structure

final-project
├─ .DS_Store
├─ README.md
├─ VRPTW
│  ├─ .DS_Store
│  ├─ __init__.py
│  ├─ parser.py
│  ├─ solvers
│  │  └─ algorithms.py
│  └─ structure.py
├─ draw_problem.ipynb
├─ instances
│  ├─ C101.txt
│  ├─ C108.txt
│  ├─ C266.txt
│  ├─ R202.txt
│  └─ RC207.txt
└─ main.py

Running the Project

Command to run the script: python3 main.py instances/C101.txt

Parameters of the script:

  • Solomon dataset file location
    • Examples: instances/C101.txt , instances/C108.txt , instances/C266.txt etc...

Algorithms used in this project, to solve the VRPTW (Vehicle Routing Problem with Time Windows)

  • Iterated local search (ILS)

  • Genetic Algorithm (GA)

Data

Output

Once the script run is complete, it shows distance of optimal route and time taken to calculate it for both algortihms: ILS and GA

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published