Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 380 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 380 Bytes

CVRP

This repository contains a python solution to the Capacitated Vehicle Routing Problem. The CVRP is a hard combinatorial optimisation problem that has had many methods applied to it. This implementation uses a simple and an advanced genetic algorithm, mainly distinguished by their population selection and crossover method.

To run, type

python cvrp_runner.py