py-ga-VRPTW
A Python Implementation of a Genetic Algorithm-based Solution to Vehicle Routing Problem with Time Windows
File Explorer
Download Latest Version (.zip)- C101.json
- C102.json
- C103.json
- C104.json
- C105.json
- C106.json
- C107.json
- C108.json
- C109.json
- C201.json
- C202.json
- C203.json
- C204.json
- C205.json
- C206.json
- C207.json
- C208.json
- R101.json
- R102.json
- R103.json
- R104.json
- R105.json
- R106.json
- R107.json
- R108.json
- R109.json
- R110.json
- R111.json
- R112.json
- R201.json
- R202.json
- R203.json
- R204.json
- R205.json
- R206.json
- R207.json
- R208.json
- R209.json
- R210.json
- R211.json
- RC101.json
- RC102.json
- RC103.json
- RC104.json
- RC105.json
- RC106.json
- RC107.json
- RC108.json
- RC201.json
- RC202.json
- RC203.json
- RC204.json
- RC205.json
- RC206.json
- RC207.json
- RC208.json
- Customized_Data.json
- C101.txt
- C102.txt
- C103.txt
- C104.txt
- C105.txt
- C106.txt
- C107.txt
- C108.txt
- C109.txt
- C201.txt
- C202.txt
- C203.txt
- C204.txt
- C205.txt
- C206.txt
- C207.txt
- C208.txt
- R101.txt
- R102.txt
- R103.txt
- R104.txt
- R105.txt
- R106.txt
- R107.txt
- R108.txt
- R109.txt
- R110.txt
- R111.txt
- R112.txt
- R201.txt
- R202.txt
- R203.txt
- R204.txt
- R205.txt
- R206.txt
- R207.txt
- R208.txt
- R209.txt
- R210.txt
- R211.txt
- RC101.txt
- RC102.txt
- RC103.txt
- RC104.txt
- RC105.txt
- RC106.txt
- RC107.txt
- RC108.txt
- RC201.txt
- RC202.txt
- RC203.txt
- RC204.txt
- RC205.txt
- RC206.txt
- RC207.txt
- RC208.txt
- Customized_Data.txt
- __init__.py
- core.py
- utils.py
- C204_uC8.0_iC100.0_wC1.0_dC1.5_iS100_pS400_cP0.85_mP0.02_nG300.csv
- Customized_Data_uC8.0_iC100.0_wC1.0_dC1.5_iS100_pS400_cP0.85_mP0.02_nG300.csv
- R101_uC8.0_iC60.0_wC0.5_dC1.5_iS25_pS80_cP0.85_mP0.01_nG100.csv
- .gitignore
- .travis.yml
- CONTRIBUTING.md
- LICENSE
- README.md
- requirements.txt
- sample_C204.py
- sample_customized_data.py
- sample_R101.py
- text2json.py
- text2json_customize.py
# Installation Guide
1. Get the code
git clone https://github.com/iRB-Lab/py-ga-VRPTW
Downloads the entire project code from GitHub to your computer.
cd py-ga-VRPTW
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python3 -m venv venv
Runs the Python script (or module).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
