/Capacitated-Vehicle-Routing-Problem

Capacitated vehicle routing problem implemented in python using DEAP package. Non dominated sorting Genetic algorithm is used to solve Multiobjective problem of minimizing Total distance travelled by all vehicles and minimizing total number of vehicles at same time.

Primary LanguagePythonMIT LicenseMIT

Issues