# # ChangeLog for / # # Generated by Trac 1.0.12 # 10/28/24 15:09:16 Mon, 01 Feb 2016 16:06:10 GMT pfleck [13580] * trunk/sources/HeuristicLab 3.3.sln (modified) * trunk/sources/HeuristicLab.Algorithms.RandomSearch (added) * trunk/sources/HeuristicLab.Algorithms.RandomSearch/3.3 (added) * trunk/sources/HeuristicLab.Algorithms.RandomSearch/3.3/HeuristicLab.Algorithms.RandomSearch-3.3.csproj (added) * trunk/sources/HeuristicLab.Algorithms.RandomSearch/3.3/HeuristicLab.snk (added) * trunk/sources/HeuristicLab.Algorithms.RandomSearch/3.3/Plugin.cs.frame (added) * trunk/sources/HeuristicLab.Algorithms.RandomSearch/3.3/Properties (added) * trunk/sources/HeuristicLab.Algorithms.RandomSearch/3.3/Properties/AssemblyInfo.cs.frame (added) * trunk/sources/HeuristicLab.Algorithms.RandomSearch/3.3/RandomSearchAlgorithm.cs (added) #2571 Implemented Random Search Algorithm. Fri, 29 Jan 2016 16:04:19 GMT mkommend [13579] * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/SymbolicExpressionTreeNode.cs (modified) #2570: Made SymbolicExpressionTreeNode.GetDepth/Length thread safe. Thu, 28 Jan 2016 18:35:42 GMT gkronber [13578] * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Container2DView.xaml (added) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Container2DView.xaml.cs (added) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan2DView.Designer.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan2DView.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/Encodings/PackingPlans/BinPacking.cs (modified) #1966: implemented visualization for 2d packings Thu, 28 Jan 2016 17:39:17 GMT gkronber [13577] * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlans (deleted) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes (deleted) #1966: deleted empty folders Thu, 28 Jan 2016 17:38:45 GMT gkronber [13576] * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Container3DView.xaml (moved) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Container3DView.xaml.cs (moved) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan2DView.Designer.cs (moved) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan2DView.cs (moved) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan2DView.resx (moved) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan3DView.Designer.cs (moved) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan3DView.cs (moved) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan3DView.resx (moved) #1966: folder reorganization (only 4 classes left in .Views plugin) Thu, 28 Jan 2016 17:35:35 GMT gkronber [13575] * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/CuboidPackingItemView.Designer.cs (deleted) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/CuboidPackingItemView.cs (deleted) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/CuboidPackingShapeView.Designer.cs (deleted) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/CuboidPackingShapeView.cs (deleted) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/RectangularPackingItemView.Designer.cs (deleted) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/RectangularPackingItemView.cs (deleted) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/RectangularPackingShapeView.Designer.cs (deleted) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/RectangularPackingShapeView.cs (deleted) #1966: removed *PackingShapeView and *PackingItemView (because they ... Thu, 28 Jan 2016 17:32:54 GMT gkronber [13574] * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/RectangularPackingItemView.Designer.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/RectangularPackingItemView.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/RectangularPackingShapeView.Designer.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/RectangularPackingShapeView.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/PackingBin/CuboidPackingBin.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/PackingBin/RectangularPackingBin.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/PackingItem/CuboidPackingItem.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/PackingItem/RectangularPackingItem.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/Shapes/CuboidPackingShape.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/Shapes/PackingShape.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/Shapes/RectangularPackingShape.cs (modified) #1966: changed PackingShapes to ParameterizedItems Thu, 28 Jan 2016 17:31:54 GMT gkronber [13573] * trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj (modified) * trunk/sources/HeuristicLab.Core.Views/3.3/ParameterizedItemView.Designer.cs (copied) * trunk/sources/HeuristicLab.Core.Views/3.3/ParameterizedItemView.cs (copied) #2569: added ParameterizedItemView Wed, 27 Jan 2016 17:07:22 GMT gkronber [13572] * trunk/sources/HeuristicLab.ExtLibs.sln (modified) #2504: removed SharpDX from HL.ExtLibs solution Wed, 27 Jan 2016 17:04:00 GMT gkronber [13571] * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SharpDX (deleted) #2504: deleted SharpDX external library again (too heavy weight for ... Wed, 27 Jan 2016 15:46:02 GMT mkommend [13570] * trunk/sources/HeuristicLab.Data.Views/3.3/EnhancedStringConvertibleMatrixView.cs (modified) * trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleArrayView.cs (modified) * trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs (modified) * trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionTableView.cs (modified) #2568: Changed access modifiers of UpdateRow/ColumnHeader in the ... Tue, 26 Jan 2016 10:23:35 GMT abeham [13569] * branches/PerformanceComparison/HeuristicLab.Analysis/3.3/Optimizers/IteratedAlgorithm.cs (modified) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.cs (modified) #2457: fixed bugs in iterated algorithm, fixed bug in expert system view Tue, 26 Jan 2016 08:00:20 GMT abeham [13568] * branches/PerformanceComparison/HeuristicLab.Analysis/3.3/Optimizers/IteratedAlgorithm.cs (modified) #2457: added code to auto-sync stopping criterion with embedded ... Mon, 25 Jan 2016 16:58:07 GMT mkommend [13567] * trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj (modified) * trunk/sources/HeuristicLab.Optimizer/3.3/Plugin.cs.frame (modified) * trunk/sources/HeuristicLab.Optimizer/3.3/Properties/Settings.Designer.cs (modified) * trunk/sources/HeuristicLab.Optimizer/3.3/Properties/Settings.settings (modified) * trunk/sources/HeuristicLab.Optimizer/3.3/app.config (modified) #2567: Implemented saving and restoring the window position, size and ... Mon, 25 Jan 2016 16:34:49 GMT abeham [13566] * trunk/sources/HeuristicLab.Operators/3.3/InstrumentedOperator.cs (modified) #2566: improved collection of parameter values in InstrumentedOperator Sun, 24 Jan 2016 20:53:06 GMT bburlacu [13565] * branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Tracking/SchemaDiversification/SchemaCreator.cs (modified) * branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Tracking/SchemaDiversification/SchemaEvaluator.cs (modified) #1772: Slight refactor of schema diversification operators to try to ... Fri, 22 Jan 2016 15:21:20 GMT abeham [13564] * branches/PerformanceComparison/HeuristicLab.Analysis/3.3/Optimizers/IteratedAlgorithm.cs (modified) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.cs (modified) #2457: * Fixed bugs in IteratedAlgorithm Fri, 22 Jan 2016 14:01:06 GMT mkommend [13563] * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/HeuristicLab.Problems.MultiObjectiveTestFunctions-3.3.csproj (modified) #1087: Added reference to System.Drawing in ... Fri, 22 Jan 2016 13:43:38 GMT bwerth [13562] * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/Comparators (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/Comparators/Crowding.cs (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/Comparators/GenerationalDistance.cs (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/Comparators/HyperVolume.cs (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/Comparators/HyperVolumeFast.cs (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/Comparators/InvertedGenerationalDistance.cs (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/Comparators/Spacing.cs (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/Interfaces/IMultiObjectiveDistance.cs (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/NonDominatedSelect.cs (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/PFReader.cs (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/Testfunctions/MultiObjectiveTestFunction.cs (modified) #1087 added more unittests and comments Thu, 21 Jan 2016 10:15:23 GMT abeham [13561] * branches/PerformanceComparison/HeuristicLab.Optimization (modified) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.Designer.cs (modified) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.cs (modified) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/HeuristicLab.OptimizationExpertSystem.Views-3.3.csproj (modified) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/ExpertSystem.cs (modified) #2457: * added two types of problem instance mappings: PCA and MDS