Closed rohams closed 10 years ago
interesting outcome, I am looking into this issue
The graphs below show the results after fixing the bug in commit 6c7a321791eb554264695acf71a543ce263c7f73 For n=20, offRoute 4 and offRouteLim=0.5
The first graph is the optimization based on minimum distance (no off-routing is considered) The second graph is based on minimum off-routing. As expected, in the second graph the min distance is a bit higher but the off-route is lower.
The converged fitness value after over 200~300 iterations (for n=20, trucks=5 for example) is equal to the total distance... That indicates that no off-routing is appeared in the solution, but the graph of the solution suggests otherwise.