I try to solve VRP with genetic algorithm and then from literature; I found that we can simplify VRP by classifying vehicles. (First classify vehicles and run TSP algorithm for all class.)

How can I do this ? I can do this with machine learning but I wonder is there any algorithm for this. Or is it a general method for VRP ?

More Barış Karakum's questions See All
Similar questions and discussions