graphhopper / jsprit

jsprit is a java based, open source toolkit for solving rich vehicle routing problems
https://www.graphhopper.com/open-source/
Apache License 2.0
1.64k stars 605 forks source link

customized operator #543

Open teastares opened 2 years ago

teastares commented 2 years ago

When solving a VRPTW with compactness and convex hull overlap considerations, I found the solution converges too slowly using the default operators.

Since Jsprit is based on the (A)LNS framework, I suppose using customized ruin/insertion operator(s) may be possible. So how can I using/adding customized operators to the algorithm.