Skip to content

aecc/Vehicle-Routing-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle-Routing-Problem with Simultaneous Pick-ups and deliveries

This is an implementation of VRPSPD usign different metaheuristics. Written in C++.

This repo is not maintained!

Metaheuristics:

  • ILS (Iterated Local Search)
  • GTS (Guided Tabu Search)
  • ACO (Ant Colony Optimization)
  • PSO (Particle Swarm Optimization)
  • GA (Genetic Algorithms)
  • SS (Scatter Search)

Best solutions were found using GTS and ILS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published