Skip to content
forked from jmmalaca/VRP_Code

A evolutionay algorithm for the vehicle routing problem

Notifications You must be signed in to change notification settings

ancoopa/VRP_Code

 
 

Repository files navigation

VRP_Code

A evolutionay algorithm for the vehicle routing problem

How to use: use ( set ) the file teste.vrp with the data of the problem use ( set ) the results for that problem on the file solucao.opt

Start the application with the file: init.py This have the following properties:

  • Number of generations = 1000
  • Size of the population = 100
  • Probability of Mutation = (1 - 1/Sp)*0.8
  • Probability of Crossover = 0.7
  • Number of tests to execute = 1

About

A evolutionay algorithm for the vehicle routing problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%