Closed HeuristicLab-Trac-Bot closed 7 years ago
- Updated the Homberger benchmark best-known solutions (from http://www.sintef.no/projectweb/top/vrptw/homberger-benchmark/).
- Added a distance-only option for the best-known solutions in the
SolomonFormatInstanceProvider
(which is the base for the Homberger benchmark set).
- Added best-known quality-only solutions for the Solomon benchmark set (from http://web.cba.neu.edu/~msolomon/problems.htm).
- The best-known-quality is not set to null if the BestKnownSolution is null after the evaluation. Instead it is reset if the evaluator changes.
- Added best-known solutions to the Solomon benchmark set.
- When the distance matrix is calculate internally for performance optimization, the DistanceMatrix-parameter is not set anymore, because this matrix is actually not part of the problem instance. This also fixes issues that qualities of known-solutions are wrongfully discarded due to a problem instance change that is actually not a change.
Reviewed the changes, no further comments, good work
Issue migrated from trac ticket # 2705
milestone: HeuristicLab 3.3.15 | component: Problems.VehicleRouting | priority: medium | resolution: done
2016-11-23 15:28:23: @NimZwei created the issue