Capacitated-Vehicle-Routing-Problem icon indicating copy to clipboard operation
Capacitated-Vehicle-Routing-Problem copied to clipboard

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...

Results 2 Capacitated-Vehicle-Routing-Problem issues
Sort by recently updated
recently updated
newest added

It seems the number of vehicles and the cost (sum of distances) are non competing goals so that the pareto front collapses to a single dominating point. A better second...

Hello, thank you very much for sharing. I want to ask a question. How to integrate neighborhood search algorithm under deap package? I want to search the neighborhood of the...