You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that jsprit does not calculate the fix cost difference when switch a new vehicle in bestInsertion. For example, if two vehicle types with the same cost params except for the fix cost ($100 vs $0)are configured in the puzzle, vehicle with $100 fixed cost wouldn't be replaced by vehicle with $0 in the final solution.
I tried calculate the difference between two vehicles in com.graphhopper.jsprit.core.algorithm.recreate.ServiceInsertionCalculator.ServiceInsertionCalculator, the problem seems fixed.
The text was updated successfully, but these errors were encountered:
It seems that jsprit does not calculate the fix cost difference when switch a new vehicle in bestInsertion. For example, if two vehicle types with the same cost params except for the fix cost ($100 vs $0)are configured in the puzzle, vehicle with $100 fixed cost wouldn't be replaced by vehicle with $0 in the final solution.
I tried calculate the difference between two vehicles in com.graphhopper.jsprit.core.algorithm.recreate.ServiceInsertionCalculator.ServiceInsertionCalculator, the problem seems fixed.
The text was updated successfully, but these errors were encountered: