vohai611 / cvrp-genetic

Solve cvrp by genetic algorithm from GA package
1 stars 0 forks source link

Visualizing vehicle routing problem

Hai Vo 10/20/2021

Overview

This is the screenshot from shiny app img

This project aim to visualize CVRP (Capacitated Vehicle Routing Problem) with meta heuristic algorithm. There are two algorithm on the app currently: Genetic algorithm and Simulated annealing.

The shiny app is still underdevelopment

Future work

Run app on your machine

If you are interested in this project and want to run it on your machine

git clone https://github.com/vohai611/cvrp-genetic
cd cvrp-genetic/cvrp-app
Rscript -e "shiny::runApp()"

or you can build Docker image with Dockerfile

git clone https://github.com/vohai611/cvrp-genetic
cd cvrp-genetic/cvrp-app
docker build -t cvrp-app ./ 
docker run --rm -p 3838:3838 cvrp-app

NOTE: This app require several package to be installed beforehand. They are listed in require-packages.R