Timeline
08/25/14:
- 15:42 Changeset [11298] by
-
- Added missing build platforms
- Added OS condition to PreBuildEvents in HeuristicLab.DotNetScilab-1.0.csproj
- 15:36 Ticket #2230 (Missing build platforms in Scilab/Matlab extlibs) created by
- The x86 and x64 platforms are missing.
- 15:09 Ticket #2228 (TSP IndexOutOfBounds when changing instance) closed by
- done: r11297: Merged r11290 into stable.
- 15:08 Changeset [11297] by
- 14:58 Ticket #2229 (Enable loading of best known solutions for mult-depot VRP) created by
- Currently, the …
- 11:24 Changeset [11296] by
-
#2226
Renamed Cordeau instance files according to their instance provider class.
- 09:55 Changeset [11295] by
-
- Fixed VRPInstanceProvider parsing of best known solutions. If a file contains multiple solutions (Augerat A-n45-k7), only the first solution is used.
- Fixed broken .opt files (R in Route missing): B-n57-k9, E-n76-k7, tai75a
- 09:19 Changeset [11294] by
-
#2226
Renamed CordeauInstanceProvider to CordeauMDInstanceProvider and CordeauTWInstanceProvider to CordeauMDTWInstanceProvider as suggested by abeham.
08/20/14:
- 13:23 Changeset [11293] by
-
#2208
Changed selection of neighborhood for shaking operator to a deterministic selection.
This way, neighborhoods won't be visited multiple times during an attempt to escape local optimum.
- 12:12 Changeset [11292] by
-
#2226
Split the CordeauInstanceProvider into 2 InstanceProvider which separates the MDCVRP and MDCVRPTW instances.
- 10:35 Changeset [11291] by
-
#1772: Added license files and removed unnecessary code from SymbolicDataAnalysisProblem.cs
- 10:19 Changeset [11290] by
- 10:14 Ticket #2228 (TSP IndexOutOfBounds when changing instance) created by
- When changing the instance of a TSP, a IndexOutOfBoundException …
- 09:30 Changeset [11289] by
-
#2208 merged changes from #2225 to enable all CVRP provider for the orienteering problem.
08/19/14:
- 16:05 Changeset [11288] by
-
#1772: Fix calculation of successful offspring ratios in the GenealogyAnalyzer. Simplify cloning in the BeforeManipulatorOperator.
- 15:52 Changeset [11287] by
-
#2225
Fixed unit test for VRP instances.
- 14:20 Changeset [11286] by
-
#2225
Reverted parts of r10435 since the generic VRPInstanceProvider work accordingly after recent changes.
- 13:50 Changeset [11285] by
-
#2225
The ProblemInstanceProvider is now contravariant. Therefore the ProblemInstanceManager discovers all derivations of InstanceProvider<IVRPData>.
Note that there was a problem with covariant InstanceConsumers with the ProblemInstanceProviderView in the past (#1981).
Due to the fixes from #2110 this problem should not occur anymore.
- 12:06 Changeset [11284] by
-
#2208 interpret depot as start and endpoint when loading CVRP data
- 11:52 Changeset [11283] by
-
#2227: Updated links in CSV instance providers.
- 10:52 Documentation edited by
- (diff)
- 10:49 Ticket #2227 (FAQ links in data analysis providers are dead) created by
- The URL has changed from …
- 10:31 Changeset [11282] by
-
#2226: added reference publication and updated URL of Cordeau instance provider
- 10:01 Documentation/DevelopmentCenter edited by
- (diff)
- 09:59 Documentation/DevelopmentCenter edited by
- (diff)
08/18/14:
- 18:42 Documentation edited by
- (diff)
- 18:40 Documentation edited by
- (diff)
- 14:29 Ticket #2214 (DataPreprocessing cannot be started directly from the problem data) closed by
- done: r11281: Merged r11214 into stable.
- 14:29 Changeset [11281] by
- 11:08 Documentation/Reference/VehicleRoutingProblem edited by
- Updated broken links of benchmark instances (diff)
- 11:00 Changeset [11280] by
-
#2226 Broken URLs updated
08/17/14:
- 22:44 Documentation edited by
- (diff)
- 22:43 Documentation/Reference/VehicleRoutingProblem edited by
- updated links (diff)
- 22:36 Documentation/Howto/ImplementANewVRPEncoding edited by
- (diff)
- 22:35 Documentation/Howto/ImplementANewVRPEvaluator edited by
- (diff)
- 22:31 Documentation edited by
- (diff)
- 22:31 Documentation/Howto/ImplementANewVRPProblemInstance edited by
- (diff)
- 22:27 Documentation/Howto/ImplementANewVRPEvaluator edited by
- (diff)
- 22:25 Documentation/Howto/ImplementANewVRPEncoding edited by
- (diff)
08/16/14:
- 21:05 Ticket #2226 (Update VRP links in instance provider) created by
- The links for "Cordeau (MDCVRPTW)", "Homberger (CVRPTW)", and "LiLim …
- 10:31 Documentation edited by
- (diff)
08/12/14:
- 17:32 Changeset [11279] by
-
updated add material for ANOR
- 16:41 Changeset [11278] by
-
#1772: GenealogyAnalyzer: add histogram and heatmap for absolute reproductive success values (how many offspring produced by a parent individual).
- 15:22 Ticket #2225 (VehicleRoutingProblem cannot load TSPLib(CVRP)) created by
- The VehicleRoutingProblem cannot load the CVRPData from the TSPLIB. …
- 14:36 Changeset [11277] by
-
#2208 implemented InstanceConsumer of TSPData for OrienteeringProblem
- 14:34 Changeset [11276] by
-
#2208 fixed OrienteeringSolutionView when score range is zero
08/11/14:
- 12:40 Changeset [11275] by
-
#2208 Removed manual add of the LocalImprovementOperator since VNS performs the lookup itself.