# # ChangeLog for / # # Generated by Trac 1.0.12 # 05/18/24 10:02:05 Mon, 17 Aug 2015 14:35:47 GMT gkronber [12869] * branches/crossvalidation-2434 (modified) * branches/crossvalidation-2434/HeuristicLab 3.3.sln (modified) * branches/crossvalidation-2434/HeuristicLab.Algorithms.DataAnalysis (modified) * branches/crossvalidation-2434/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesAlgorithm.cs (modified) * branches/crossvalidation-2434/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesModel.cs (modified) * branches/crossvalidation-2434/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesModelSurrogate.cs (copied) * branches/crossvalidation-2434/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/RegressionTreeModel.cs (modified) * branches/crossvalidation-2434/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) * branches/crossvalidation-2434/HeuristicLab.Analysis.Statistics.Views/3.3/StatisticalTestsView.cs (modified) * branches/crossvalidation-2434/HeuristicLab.Encodings.IntegerVectorEncoding (modified) * branches/crossvalidation-2434/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/IntegerVectorEncoding.cs (modified) * branches/crossvalidation-2434/HeuristicLab.Encodings.RealVectorEncoding (modified) * branches/crossvalidation-2434/HeuristicLab.Encodings.RealVectorEncoding/3.3/RealVectorEncoding.cs (modified) * branches/crossvalidation-2434/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding (modified) * branches/crossvalidation-2434/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Creators/FullTreeCreator.cs (modified) * branches/crossvalidation-2434/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Creators/GrowTreeCreator.cs (modified) * branches/crossvalidation-2434/HeuristicLab.ParallelEngine.Views/3.3/HeuristicLab.ParallelEngine.Views-3.3.csproj (copied) * branches/crossvalidation-2434/HeuristicLab.ParallelEngine.Views/3.3/HeuristicLab.ParallelEngine.Views.csproj (deleted) * branches/crossvalidation-2434/HeuristicLab.Problems.DataAnalysis (modified) * branches/crossvalidation-2434/HeuristicLab.Problems.DataAnalysis.Symbolic (modified) * branches/crossvalidation-2434/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/TreeMatching/SymbolicExpressionTreePhenotypicSimilarityCalculator.cs (modified) * branches/crossvalidation-2434/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionSolution.cs (modified) * branches/crossvalidation-2434/HeuristicLab.Problems.LawnMower (modified) * branches/crossvalidation-2434/HeuristicLab.Problems.LawnMower.Views/3.3/HeuristicLab.Problems.LawnMower.Views-3.3.csproj (copied) * branches/crossvalidation-2434/HeuristicLab.Problems.LawnMower.Views/3.3/HeuristicLab.Problems.LawnMower.Views.csproj (deleted) * branches/crossvalidation-2434/HeuristicLab.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower-3.3.csproj (copied) * branches/crossvalidation-2434/HeuristicLab.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower.csproj (deleted) * branches/crossvalidation-2434/HeuristicLab.Problems.NK/3.3/HeuristicLab.Problems.NK-3.3.csproj (copied) * branches/crossvalidation-2434/HeuristicLab.Problems.NK/3.3/HeuristicLab.Problems.NK.csproj (deleted) * branches/crossvalidation-2434/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/RobustTabooSeachOperator.cs (modified) * branches/crossvalidation-2434/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/RobustTabooSearch.cs (modified) * branches/crossvalidation-2434/HeuristicLab.Tests (modified) * branches/crossvalidation-2434/HeuristicLab.Tests/HeuristicLab-3.3/Samples/VnsOpSampleTest.cs (modified) * branches/crossvalidation-2434/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/FullTreeCreatorTest.cs (modified) #2434: merged r12835:12868 from trunk to cross-validation branch Mon, 17 Aug 2015 14:11:47 GMT gkronber [12868] * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesAlgorithm.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesModel.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesModelSurrogate.cs (added) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/RegressionTreeModel.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) #2450: introduced surrogate for GBT-models which recalculates the ... Mon, 17 Aug 2015 13:35:20 GMT ascheibe [12867] * branches/HiveStatistics/sources (modified) * branches/HiveStatistics/sources/HeuristicLab 3.3.sln (modified) * branches/HiveStatistics/sources/HeuristicLab.Analysis.Statistics.Views/3.3/StatisticalTestsView.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding (modified) * branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Creators/FullTreeCreator.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Creators/GrowTreeCreator.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.ParallelEngine.Views/3.3/HeuristicLab.ParallelEngine.Views-3.3.csproj (copied) * branches/HiveStatistics/sources/HeuristicLab.ParallelEngine.Views/3.3/HeuristicLab.ParallelEngine.Views.csproj (deleted) * branches/HiveStatistics/sources/HeuristicLab.Problems.DataAnalysis (modified) * branches/HiveStatistics/sources/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionSolution.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Problems.LawnMower (modified) * branches/HiveStatistics/sources/HeuristicLab.Problems.LawnMower.Views/3.3/HeuristicLab.Problems.LawnMower.Views-3.3.csproj (copied) * branches/HiveStatistics/sources/HeuristicLab.Problems.LawnMower.Views/3.3/HeuristicLab.Problems.LawnMower.Views.csproj (deleted) * branches/HiveStatistics/sources/HeuristicLab.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower-3.3.csproj (copied) * branches/HiveStatistics/sources/HeuristicLab.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower.csproj (deleted) * branches/HiveStatistics/sources/HeuristicLab.Problems.NK/3.3/HeuristicLab.Problems.NK-3.3.csproj (copied) * branches/HiveStatistics/sources/HeuristicLab.Problems.NK/3.3/HeuristicLab.Problems.NK.csproj (deleted) * branches/HiveStatistics/sources/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/RobustTabooSeachOperator.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Tests (modified) * branches/HiveStatistics/sources/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/FullTreeCreatorTest.cs (modified) #2388 merged trunk into branch Mon, 17 Aug 2015 13:14:04 GMT ascheibe [12866] * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/HiveJanitor.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/HiveStatisticsGenerator.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Manager/EventManager.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/Properties (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/Properties/AssemblyInfo.cs (deleted) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/Properties/AssemblyInfo.cs.frame (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3 (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/HeuristicLab.Services.WebApp.Statistics-3.3.csproj.user (deleted) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/Properties (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/Properties/AssemblyInfo.cs (deleted) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/Properties/AssemblyInfo.cs.frame (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3 (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/HeuristicLab.Services.WebApp-3.3.csproj.user (deleted) #2388 some more cleanups Mon, 17 Aug 2015 07:32:01 GMT abeham [12865] * branches/PerformanceComparison/HeuristicLab.Analysis.Views/3.3/IndexedDataTableView.cs (modified) * branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.cs (modified) #2431: * Added label on last data point * Changed target in cost ... Sat, 15 Aug 2015 22:53:19 GMT abeham [12864] * branches/PerformanceComparison/HeuristicLab.Analysis/3.3/Optimizers/IteratedAlgorithm.cs (modified) * branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.cs (modified) #2431: * fixed bug in iterated algorithm * changed RLD view to ... Fri, 14 Aug 2015 12:35:50 GMT pfleck [12863] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Analyzers/EvaluatedSolutionsHistoryAnalyzer.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) #2269: Added EvaluatedSolutionsHistoryAnalyzer to keep track of the ... Thu, 13 Aug 2015 15:11:45 GMT abeham [12862] * branches/PerformanceComparison/HeuristicLab.Optimization/3.3/Algorithms/EngineAlgorithm.cs (modified) #2431: modified EngineAlgorithm to clear log on prepare Thu, 13 Aug 2015 14:19:51 GMT ascheibe [12861] * branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/HeuristicLab.Services.Hive.DataAccess-3.3.csproj (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/Interfaces/ITransactionManager.cs (deleted) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/Manager/TransactionManager.cs (deleted) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Convert.cs (deleted) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/HiveDao.cs (deleted) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/HiveService.cs (moved) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Interfaces/IHiveDao.cs (deleted) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Interfaces/IOptimizedHiveDao.cs (deleted) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Interfaces/IServiceLocator.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Interfaces/IStatisticsGenerator.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Manager/EventManager.cs (moved) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Manager/HeartbeatManager.cs (moved) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/OptimizedHiveDao.cs (deleted) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Scheduler/RoundRobinTaskScheduler.cs (moved) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/ServiceLocator.cs (modified) #2388 removed old code and switched to new code Thu, 13 Aug 2015 14:05:08 GMT abeham [12860] * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.Designer.cs (moved) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.cs (moved) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/HeuristicLab.OptimizationExpertSystem.Views-3.3.csproj (modified) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/ExpertSystem.cs (moved) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/HeuristicLab.OptimizationExpertSystem-3.3.csproj (modified) #2457: worked on expert system Thu, 13 Aug 2015 14:04:40 GMT abeham [12859] * branches/PerformanceComparison/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj (modified) * branches/PerformanceComparison/HeuristicLab.Analysis/3.3/Optimizers/IteratedAlgorithm.cs (moved) #2431: Renamed AlgorithmIterator to IteratedAlgorithm Thu, 13 Aug 2015 13:22:51 GMT ascheibe [12858] * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/HiveJanitor.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Manager/AuthorizationManager.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Manager/NewEventManager.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Manager/NewHeartbeatManager.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Scheduler/NewRoundRobinTaskScheduler.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/FactClientInfoController.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/FactTaskController.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/PluginController.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/SpaceUsageController.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/ClientController.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/ExceptionController.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/GroupController.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/JobController.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/TaskController.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/UserController.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Status/3.3/WebApi/DataController.cs (modified) #2388 - prevent disposing of hive data context - more cleanups Thu, 13 Aug 2015 12:51:54 GMT ascheibe [12857] * branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/HiveDataContext.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database.sql (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Prepare Hive Database.sql (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/NewHiveService.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/PerformanceLogger.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.Designer.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.settings (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/ServiceContracts/IHiveService.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/ServiceLocator.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Settings.cs (deleted) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/app.config (modified) #2388 - cleaned up sql scripts - cleaned up hive service - made ... Thu, 13 Aug 2015 12:19:29 GMT abeham [12856] * branches/PerformanceComparison/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj (modified) * branches/PerformanceComparison/HeuristicLab.Analysis/3.3/Optimizers/AlgorithmIterator.cs (copied) #2431: Added AlgorithmIterator instead of IRRestarter * ... Thu, 13 Aug 2015 12:13:01 GMT abeham [12855] * trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/RobustTabooSeachOperator.cs (modified) #2444: fixed oversight as mentioned in review Thu, 13 Aug 2015 09:18:49 GMT mkommend [12854] * branches/BubbleChart/HeuristicLab.Optimization.BubbleChart/3.3/RecursiveDataItem.cs (modified) * branches/BubbleChart/Samples/Convert NSGA-II Runs to RecursiveDataItems.hl (added) * branches/BubbleChart/Samples/NSGA-II Runcollection.hl (added) * branches/BubbleChart/Samples/NSGA-II.hl (added) #2379: Added new sample for new bubble chart. Wed, 12 Aug 2015 14:37:47 GMT ascheibe [12853] * branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/HeuristicLab.Services.Hive.DataAccess-3.3.csproj (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/Manager/PersistenceManager.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Migrate to Filestream.sql (deleted) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Converter.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Manager/NewEventManager.cs (modified) #2388 some minor cleanups Wed, 12 Aug 2015 12:18:27 GMT ascheibe [12852] * branches/HiveStatistics/sources/HeuristicLab.Persistence/3.3/Default/Xml/XmlParser.cs (modified) * branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/Web.config (added) #2388 added missing Web.config and reverted change in persistence ... Wed, 12 Aug 2015 12:17:18 GMT mkommend [12851] * trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionSolution.cs (modified) #2459: Added RMSE properties to IRegressionSolution. Wed, 12 Aug 2015 08:59:16 GMT mkommend [12850] * branches/DataAnalysis.ComplexityAnalyzer/HeuristicLab.Problems.DataAnalysis.Symbolic (modified) * branches/DataAnalysis.ComplexityAnalyzer/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression (modified) * branches/DataAnalysis.ComplexityAnalyzer/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4 (modified) * branches/DataAnalysis.ComplexityAnalyzer/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Formatters/SymbolicDataAnalysisExpressionCSharpFormatter.cs (modified) * branches/DataAnalysis.ComplexityAnalyzer/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisImpactValuesCalculator.cs (modified) * branches/DataAnalysis.ComplexityAnalyzer/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/TreeMatching/SymbolicExpressionTreePhenotypicSimilarityCalculator.cs (modified) #2175: Forgot to commit merge info and some files in r12848.