# # ChangeLog for / # # Generated by Trac 1.0.12 # 06/20/24 03:00:04 Fri, 27 Oct 2017 09:14:34 GMT mkommend [15435] * stable (modified) * stable/HeuristicLab.Problems.DataAnalysis.Views (modified) * stable/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/DataAnalysisSolutionView.cs (modified) #2843: Merged r15395 into stable. Fri, 27 Oct 2017 09:12:29 GMT mkommend [15434] * stable (modified) * stable/HeuristicLab.Problems.DataAnalysis (modified) * stable/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionProblemData.cs (modified) #2843: Merged r15393, r15396 into stable. Fri, 27 Oct 2017 09:10:25 GMT gkronber [15433] * branches/MathNetNumerics-Exploration-2789/HeuristicLab.Algorithms.DataAnalysis.Experimental/GAM.cs (modified) * branches/MathNetNumerics-Exploration-2789/HeuristicLab.Algorithms.DataAnalysis.Experimental/Splines.cs (modified) #2789 added the possibility to include interaction terms in GAM Wed, 25 Oct 2017 11:53:11 GMT pfleck [15432] * branches/Enhanced OSALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsOs2.cs (added) * branches/Enhanced OSALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsOs2MainLoop.cs (copied) * branches/Enhanced OSALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsOs2MainOperator.cs (copied) * branches/Enhanced OSALPS/HeuristicLab.Algorithms.ALPS/3.3/ContinuousMatingPoolCreator.cs (copied) * branches/Enhanced OSALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) * branches/Enhanced OSALPS/HeuristicLab.Algorithms.ALPS/3.3/Interfaces (added) * branches/Enhanced OSALPS/HeuristicLab.Algorithms.ALPS/3.3/Interfaces/IMatingPoolCreator.cs (added) * branches/Enhanced OSALPS/HeuristicLab.Algorithms.ALPS/3.3/MatingPoolCreator.cs (modified) #2849: AlpsOs2 with a `ContinuousMatingPoolCreator` Wed, 25 Oct 2017 10:38:12 GMT pfleck [15431] * branches/DataPreprocessing Cleanup/DataPreprocessing Cleanup.sln (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/DataGridContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/ManipulationContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/PreprocessingChartContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/ScatterPlotContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/Columns (deleted) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/FilteredPreprocessingData.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/IPreprocessingData.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/PreprocessingData.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/PreprocessingTransformator.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/ProblemDataCreator.cs (modified) #2809: Removed experimental static-typed datacolumns. (reverse merge ... Tue, 24 Oct 2017 11:28:33 GMT bwerth [15430] * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/FixedDataAnalysisAlgorithm.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/GaussianProcessClassification.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/GaussianProcessRegression.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/MeanFunctions/MeanConst.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/LossFunctions/SquaredErrorLoss.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INearestNeighbourClassificationSolution.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INearestNeighbourModel.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INearestNeighbourRegressionSolution.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INeuralNetworkClassificationSolution.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INeuralNetworkEnsembleClassificationSolution.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INeuralNetworkEnsembleModel.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INeuralNetworkEnsembleRegressionSolution.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INeuralNetworkModel.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INeuralNetworkRegressionSolution.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IRandomForestClassificationSolution.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IRandomForestRegressionSolution.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/ISupportVectorMachineSolution.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/KernelRidgeRegression/KernelRidgeRegression.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces/IImpurityCalculator.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces/IImpurityType.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces/ILeafType.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces/IM5MetaModel.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces/IPruningType.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/LeafTypes (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/LeafTypes/ComplexLeaf.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/LeafTypes/ComponentReductionLinearLeaf.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/LeafTypes/ConstantLeaf.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/LeafTypes/GaussianProcessLeaf.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/LeafTypes/LinearLeaf.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/LeafTypes/LogisticLeaf.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/M5Regression.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/M5Utilities (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/M5Utilities/M5Analyzer.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/M5Utilities/M5CreationParameters.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/M5Utilities/M5StaticUtilities.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/M5Utilities/M5UpdateParameters.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/M5Utilities/SplitInfo.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/MetaModels (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/MetaModels/ComponentReducedLinearModel.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/MetaModels/DampenedLinearModel.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/MetaModels/M5NodeModel.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/MetaModels/M5RuleModel.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/MetaModels/M5RuleSetModel.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/MetaModels/M5TreeModel.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/MetaModels/PreconstructedLinearModel.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/HoldoutLeafPruning.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/HoldoutLinearPruning.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/M5LeafPruning.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/M5LinearPruning.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/NoPruning.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/PruningBase.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Spliting (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Spliting/OrderImpurityCalculator.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Spliting/OrderImpurityType.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/ModelCreation/INcaModelCreator.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/PCA (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/PCA/PrincipleComponentAnalysis.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/PCA/PrincipleComponentAnalysisStatic.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestRegressionSolution.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/TimeSeries/AutoregressiveModeling.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/kMeans/KMeansClusteringSolution.cs (modified) #2847 first implementation of M5'-regression Mon, 23 Oct 2017 13:48:03 GMT pfleck [15429] * branches/Enhanced OSALPS (added) * branches/Enhanced OSALPS/Build.cmd (copied) * branches/Enhanced OSALPS/HeuristicLab.Algorithms.ALPS (copied) * branches/Enhanced OSALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) * branches/Enhanced OSALPS/OSALPS.sln (added) * branches/Enhanced OSALPS/PreBuildEvent.cmd (copied) #2849 created branch and branched plugin Mon, 23 Oct 2017 10:37:42 GMT bwerth [15428] * branches/M5Regression (added) * branches/M5Regression/Build.cmd (copied) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis (copied) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/KernelRidgeRegression/KernelRidgeRegression.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEAlgorithm.cs (modified) * branches/M5Regression/PreBuildEvent.cmd (copied) #2847 created initial branch Fri, 20 Oct 2017 15:39:51 GMT bburlacu [15427] * trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/MenuItems/ShrinkDataAnalysisRunsMenuItem.cs (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/DatasetUtil.cs (modified) #2848: Factor out functionality into static methods inside ... Fri, 20 Oct 2017 15:18:33 GMT gkronber [15426] * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/Heuristics.cs (modified) * branches/MCTS-SymbReg-2796/Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/MctsSymbolicRegressionTest.cs (modified) * branches/MCTS-SymbReg-2796/Tests/Test.csproj (modified) #2796 testing interaction heuristics Fri, 20 Oct 2017 10:38:06 GMT gkronber [15425] * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis.MCTSSymbReg.csproj (modified) * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/Heuristics.cs (added) * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/MctsSymbolicRegressionStatic.cs (modified) * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/Policies/EpsGreedy.cs (modified) * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/Policies/GreedyUcbTuned.cs (added) * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/Policies/IActionStatistics.cs (modified) * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/Policies/Ucb.cs (modified) * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/Policies/UcbTuned.cs (modified) * branches/MCTS-SymbReg-2796/Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/MctsSymbolicRegressionTest.cs (modified) #2796 made several changes for debugging Wed, 18 Oct 2017 08:54:23 GMT rhanghof [15424] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProviderWithSRand.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/AlgorithmTest.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=8).txt (added) #2817: - Added some comments and regions to the source code - Addes ... Tue, 17 Oct 2017 11:52:29 GMT rhanghof [15423] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProviderWithSRand.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/AlgorithmTest.cs (modified) #2817: - Now the new RandomInstanceProvider creates the same ... Tue, 17 Oct 2017 11:44:16 GMT jkarder [15422] * branches/HiveProjectManagement/HeuristicLab.Clients.Access.Administration/3.3/Views/UserGroupView.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Access/3.3/ServiceClients/User.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/HeuristicLab.Clients.Hive.Administrator-3.3.csproj (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectPermissionsView.Designer.cs (added) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectPermissionsView.cs (added) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectResourcesView.Designer.cs (added) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectResourcesView.cs (added) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectView.Designer.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectView.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectsView.Designer.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectsView.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourceView.Designer.cs (added) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourceView.cs (added) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/SlaveView.Designer.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/SlaveView.cs (modified) #2839: worked on resources and projects views Tue, 17 Oct 2017 11:13:04 GMT bburlacu [15421] * branches/HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks.Views/3.3/DirectedGraphChart.cs (modified) * branches/HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks.Views/3.3/RunCollectionVariableInteractionNetworkView.cs (modified) * branches/HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks/3.3/SymbolicDataAnalysisVariableImpactsAnalyzer.cs (modified) #2288: Sync with trunk + Minor refactor. Tue, 17 Oct 2017 07:56:30 GMT gkronber [15420] * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/Automaton.cs (modified) * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/MctsSymbolicRegressionStatic.cs (modified) * branches/MCTS-SymbReg-2796/Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/MctsSymbolicRegressionTest.cs (modified) #2796: debugging Fri, 13 Oct 2017 12:21:09 GMT pfleck [15419] * trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveJobManagerView.cs (modified) * trunk/sources/HeuristicLab.Clients.Hive/3.3/HiveClient.cs (modified) #2846: Fixed uncaught `ObjectDisposedException` in ... Wed, 11 Oct 2017 14:17:13 GMT rhanghof [15418] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProvider.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProviderWithSRand.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3 (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/AlgorithmTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) #2817: - New RandomInstanceProvider added for testing the ... Wed, 11 Oct 2017 08:00:34 GMT pfleck [15417] * branches/EnhancedProgress/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ProgressView.cs (modified) * branches/EnhancedProgress/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ProgressView.designer.cs (modified) * branches/EnhancedProgress/HeuristicLab.MainForm/3.3/Interfaces/IProgress.cs (modified) * branches/EnhancedProgress/HeuristicLab.MainForm/3.3/Progress.cs (modified) * branches/EnhancedProgress/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs (modified) #2845 Removed Visible property and hide on "Finished". Wed, 11 Oct 2017 06:15:19 GMT gkronber [15416] * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis.MCTSSymbReg.csproj (modified) * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/Automaton.cs (modified) * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/MctsSymbolicRegressionAlgorithm.cs (modified) * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/MctsSymbolicRegressionStatic.cs (modified) * branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/Policies/Ucb.cs (modified) * branches/MCTS-SymbReg-2796/Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/MctsSymbolicRegressionTest.cs (modified) * branches/MCTS-SymbReg-2796/Tests/Test.csproj (modified) #2796 worked on MCTS for symbreg