Question

I would like to ask how can I recognize which optimization algorithms were used when Optaplanner was solving any of built in examples ? E.g there are VRP with 25 customers or 400 customers with time window it is used same optimization algorithms for both ? I know that there is benchmark procedure which should be able to prefer the best solution but I don’t know which one was used.

Était-ce utile?

La solution

Look at vehicleRoutingSolverConfig.xml for the one that is used in the GUI and look at the benchmark configs in this directory for the different configs that were tried (and to run them locally to see which one is better).

Normally, the config with the best average score on all benchmark datasets is the one used in the solverConfig.xml that is used in the GUI.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top