Skip to content
/ vrp Public
forked from GAStudyGroup/vrp

Implementation of a theory to use Generalized Partition Crossover with Vehicle Routing Problem.

License

Notifications You must be signed in to change notification settings

avxhi93/vrp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework for algorithms aimed to solve the VRP (Vehicle Routing Problem)

Inserir todos os parametros e colocar como ativar cada um.

Arguments

Code Alias What is Required
-name -n Name of .vrp file Yes
-size -s Population Size Yes
-trucks -t Truck number Yes
-it - Max limit of iterations Yes
-id - ID of actual Run (Log) No
-cross -cx Crossover method (1-2) No
-path - Path of .vrp folder No
-fit - Fitness method (1-2) No
-mrate - Mutation Rate (0-100 No
-initm - Initial Mutation It...(0-100) No

Check the Wiki page to know more about the available methods!

Site

http://vrp.atd-lab.inf.puc-rio.br/index.php/en/

VRP Instances

http://neo.lcc.uma.es/vrp/vrp-instances/capacitated-vrp-instances/

Know Best Results

http://neo.lcc.uma.es/vrp/known-best-results/

About

Implementation of a theory to use Generalized Partition Crossover with Vehicle Routing Problem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.9%
  • Python 1.9%
  • Makefile 1.2%