Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

09/01/14:

15:56 Changeset [11325] by pfleck

#2208

  • Fixed OrienteeringSolution visualization when start or endpoint are out of range
  • Changed some parameters in OP to FixedValueParameter
  • Added start/terminal index check in OP
13:50 Changeset [11324] by bburlacu

#2223: Introduced AddVertices method. Check if both source and target vertices are included in the graph when adding a new arc.

13:36 Changeset [11323] by pfleck

#2208

  • Updated InstanceProvider reference
  • Avoid evaluation in OrienteeringLocalImprovementOperator when no local iterations are performed.
13:10 Changeset [11322] by pfleck

#2208 Added DistanceMatrix to excluded types in DeepCloneableCloningTest.

12:15 Changeset [11321] by pfleck

#2208

  • Added IOrienteeringEvaluator interface
  • Defined parameters in IOrienteeringEvaluator
10:36 Changeset [11320] by pfleck

#2208 Renamed FixedPenalty to PointVisitingCosts

10:03 Changeset [11319] by pfleck

#2208 Renamed TerminusPoint to TerminalPoint

08/31/14:

18:28 Changeset [11318] by bburlacu

#1772: Fixed bug and improved handling of elite individuals in the genealogy analyzer. Fixed minor bug in the tracing code. Other minor cosmetic improvements to the GenealogyGraph and FragmentGraphView.

08/29/14:

13:32 Documentation/DevelopmentCenter/DownloadAndBuildSource edited by abeham
(diff)
13:29 Documentation/DevelopmentCenter/DownloadAndBuildSource edited by abeham
(diff)

08/27/14:

14:21 Changeset [11317] by bburlacu

#2237: Forgot to commit changes to project file.

14:08 Changeset [11316] by pfleck

#2208

  • Changed Coordinates to OptionalValueParameter so that distance matrix-only instances can be executed (but not visualized).
  • Updated VNS-OP sample.
14:02 Changeset [11315] by bburlacu

#2237: Added RandomForestUtil class implementing fold generation, cross-validation and grid search. Overloaded CreateRegressionModel method to accept a user-specified data partition.

13:56 Ticket #2237 (Implement grid search for random forest parameters) created by bburlacu
This ticket is identical to #2234, only for random forests. Grid …
13:28 Changeset [11314] by pfleck

#2208

  • Uses average distance as maximum distance when interpreting VRP as OP.
  • Add offset to "Begin" label position in visualization so that it does not overlap with the "End" label when start- and endpoint are the same.
12:00 Changeset [11313] by bburlacu

#2236: Added an overload of the GenerateSteps method accepting a Func<double,double> transform. Added GenerateLogarithmicSteps method for filling an interval with logarithmically spaced points.

11:53 Ticket #2236 (Allow arbitrary transformations of evenly spaced point sequences in ...) created by bburlacu
The GenerateSteps method in the ValueGenerator class is very …
11:19 Changeset [11312] by pfleck

#2208 Updated VNS-OP sample.

10:54 Ticket #2235 (Simplify creation of combinations in CreateExperimentDialog) created by abeham
The cartesian product extension method introduced in r11309 could …
10:53 Changeset [11311] by pfleck

#2208 Added distance penalty calculation in OrienteeringEvaluator.

10:29 Changeset [11310] by mkommend

#2175: Merged trunk changes into complexity branch.

10:14 Changeset [11309] by bburlacu

#2234: Added CartesianProduct extension method to HeuristicLab.Common/3.3/EnumerableExtensions.cs, used to generate all possible combinations of parameters for the grid search.

08/26/14:

16:33 Changeset [11308] by bburlacu

#2234: Implemented SVM grid search in SupportVectorMachineUtil.cs.

16:32 Changeset [11307] by pfleck

#2208

  • Added missing PluginDependencies.
  • Sealed some classes.
16:06 Ticket #2234 (Implement grid search for LibSVM parameters) created by bburlacu
- The grid search should find the optimal set of parameters by …
15:58 Changeset [11306] by bburlacu

#2233: Check weight and weight_label fields for null when cloning svm_parameters.

15:55 Ticket #2233 (Cloning exception in svm_parameter when performing symbolc regression ...) created by bburlacu
The weight and weight_label fields are only initialized and used …
14:27 Changeset [11305] by pfleck

#2208
Added missing build targets for Orienteering assemblies

13:28 Changeset [11304] by pfleck

#2208
Added a VNS-OP sample.

13:05 Changeset [11303] by pfleck

#2208 merged changes from trunk

12:57 Changeset [11302] by pfleck

#2232
VNS always clears all LocalImprovement operators when changing problem.
Added missing AlbaLambdaLocalImprovementOperator in VRP.

11:18 Changeset [11301] by pfleck

#2208
forgot to commit .csproj

11:12 Changeset [11300] by pfleck

#2232
Introduced ILocalImprovementAlgorithmOperator to separate single operators for local improvement and operator graphs/algorithms for local improvement.
This way the ILocalImprovementOperator does not have to specify a problem type and does not store a problem any more.

The LocalSearchImprovementOperator and SimulatedAnnealingImprovementOperator implement the new ILocalImprovementAlgorithmOperator as they represent an operator graph for local improvement.
The QAP and VRP local improvement operators implement the ILocalImprovementOperator which does not store a problem anymore.

10:32 Ticket #2232 (Split ILocalImprovementOperator) created by pfleck
The ILocalImprovementOperator specifies a ProblemType and stores a …
09:58 Ticket #2231 (Add BestKnownSolution visualization to the Knapsack problem view) created by abeham
The knapsack problem currently does not visualize the best known …
09:47 Documentation/Reference/VehicleRoutingProblem edited by abeham
(diff)
09:24 Changeset [11299] by pfleck

#2208:
Renamed SchildeOP in Schilde.

08/25/14:

15:42 Changeset [11298] by abeham

#2230:

  • 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 abeham
The x86 and x64 platforms are missing.
15:09 Ticket #2228 (TSP IndexOutOfBounds when changing instance) closed by pfleck
done: r11297: Merged r11290 into stable.
15:08 Changeset [11297] by pfleck

#2228: Merged r11290 into stable.

14:58 Ticket #2229 (Enable loading of best known solutions for mult-depot VRP) created by pfleck
Currently, the …
11:24 Changeset [11296] by pfleck

#2226
Renamed Cordeau instance files according to their instance provider class.

09:55 Changeset [11295] by pfleck

#2226:

  • 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 pfleck

#2226
Renamed CordeauInstanceProvider to CordeauMDInstanceProvider and CordeauTWInstanceProvider to CordeauMDTWInstanceProvider as suggested by abeham.

08/20/14:

13:23 Changeset [11293] by pfleck

#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 pfleck

#2226
Split the CordeauInstanceProvider into 2 InstanceProvider which separates the MDCVRP and MDCVRPTW instances.

10:35 Changeset [11291] by bburlacu

#1772: Added license files and removed unnecessary code from SymbolicDataAnalysisProblem.cs

10:19 Changeset [11290] by pfleck

#2228
reverted r11071 to reenable index check.

10:14 Ticket #2228 (TSP IndexOutOfBounds when changing instance) created by pfleck
When changing the instance of a TSP, a IndexOutOfBoundException …
09:30 Changeset [11289] by pfleck

#2208 merged changes from #2225 to enable all CVRP provider for the orienteering problem.

08/19/14:

16:05 Changeset [11288] by bburlacu

#1772: Fix calculation of successful offspring ratios in the GenealogyAnalyzer. Simplify cloning in the BeforeManipulatorOperator.

15:52 Changeset [11287] by pfleck

#2225
Fixed unit test for VRP instances.

14:20 Changeset [11286] by pfleck

#2225
Reverted parts of r10435 since the generic VRPInstanceProvider work accordingly after recent changes.

13:50 Changeset [11285] by pfleck

#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 pfleck

#2208 interpret depot as start and endpoint when loading CVRP data

11:52 Changeset [11283] by mkommend

#2227: Updated links in CSV instance providers.

10:52 Documentation edited by abeham
(diff)
10:49 Ticket #2227 (FAQ links in data analysis providers are dead) created by abeham
The URL has changed from …
10:31 Changeset [11282] by abeham

#2226: added reference publication and updated URL of Cordeau instance provider

10:01 Documentation/DevelopmentCenter edited by abeham
(diff)
09:59 Documentation/DevelopmentCenter edited by abeham
(diff)

08/18/14:

18:42 Documentation edited by abeham
(diff)
18:40 Documentation edited by abeham
(diff)
14:29 Ticket #2214 (DataPreprocessing cannot be started directly from the problem data) closed by mkommend
done: r11281: Merged r11214 into stable.
14:29 Changeset [11281] by mkommend

#2214: Merged r11214 into stable.

11:08 Documentation/Reference/VehicleRoutingProblem edited by pfleck
Updated broken links of benchmark instances (diff)
11:00 Changeset [11280] by pfleck

#2226 Broken URLs updated

Note: See TracTimeline for information about the timeline view.