# # ChangeLog for / # # Generated by Trac 1.0.12 # 04/23/24 22:50:15 Thu, 18 Jan 2018 14:08:25 GMT jzenisek [15630] * branches/HiveProjectManagement/HeuristicLab.Clients.Hive/3.3/HiveClient.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive/3.3/ServiceClients/HiveServiceClient.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/Daos/AssignedJobResourceDao.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/Daos/JobDao.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/Daos/TaskDao.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/Enums/JobState.cs (added) * branches/HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/HeuristicLab.Services.Hive.DataAccess-3.3.csproj (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/HiveDataContext.dbml (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/HiveDataContext.dbml.layout (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/HiveDataContext.designer.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database.sql (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Prepare Hive Database.sql (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/Converter.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/DataTransfer/Job.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/DataTransfer/JobState.cs (added) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/HiveService.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/Manager/EventManager.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/Manager/HeartbeatManager.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/ServiceContracts/IHiveService.cs (modified) #2839 - updated Heartbeat processing (regarding: checking against ... Wed, 17 Jan 2018 16:57:59 GMT abeham [15629] * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/LocalSearch/IteratedLS.cs (modified) #1614: fixed cloning in ILS Wed, 17 Jan 2018 14:24:44 GMT jzenisek [15628] * branches/HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/Daos/AssignedProjectResourceDao.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/Daos/ProjectPermissionDao.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/Daos/TaskDao.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/Converter.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/DataTransfer/AssignedJobResource.cs (added) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/HiveService.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/Manager/AuthorizationManager.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/ServiceContracts/IHiveService.cs (modified) #2839 - updated TaskDao towards independency of the formerly used ... Wed, 17 Jan 2018 14:20:29 GMT jzenisek [15627] * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectResourcesView.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectsView.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelector.Designer.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelector.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelectorDialog.Designer.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelectorDialog.cs (modified) * branches/HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.cs (modified) #2839 worked on Hive Job Manager: improved project/resource selector ... Wed, 17 Jan 2018 13:11:45 GMT fholzing [15626] * trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.cs (modified) #2871: Added three additional UI-Controls, a Label + ComboBox for ... Wed, 17 Jan 2018 12:30:33 GMT abeham [15625] * branches/ContextAlgorithms/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj (modified) * branches/ContextAlgorithms/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/Model2 (added) * branches/ContextAlgorithms/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/Model2/GeneticAlgorithm.cs (added) * branches/ContextAlgorithms/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/Model2/SolutionScope.cs (added) * branches/ContextAlgorithms/HeuristicLab.Core/3.3/Scope.cs (modified) * branches/ContextAlgorithms/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs/InfoBox.resx (added) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj (modified) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/Model2 (added) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/Model2/Algorithms (added) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/Model2/Algorithms/ContextAlgorithm.cs (added) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/Model2/Algorithms/StochasticAlgorithm.cs (added) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/Model2/Contexts (added) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/Model2/Contexts/BasicContext.cs (added) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/Model2/Contexts/PopulationContext.cs (added) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/Model2/Contexts/SingleSolutionContext.cs (added) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/Model2/Contexts/StochasticContext.cs (added) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/Model2/Interfaces.cs (added) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/Model2/SingleObjectiveSolutionScope.cs (added) #2654: implemented generic context-based genetic algorithm Wed, 17 Jan 2018 12:25:45 GMT abeham [15624] * branches/ContextAlgorithms (added) * branches/ContextAlgorithms/.editorconfig (copied) * branches/ContextAlgorithms/Build.cmd (copied) * branches/ContextAlgorithms/Clean.cmd (copied) * branches/ContextAlgorithms/ConfigMerger.exe (copied) * branches/ContextAlgorithms/FxCop.cmd (copied) * branches/ContextAlgorithms/HeuristicLab (copied) * branches/ContextAlgorithms/HeuristicLab 3.3 Hive.Slave.sln (copied) * branches/ContextAlgorithms/HeuristicLab 3.3 Services.sln (copied) * branches/ContextAlgorithms/HeuristicLab 3.3 Services.vsmdi (copied) * branches/ContextAlgorithms/HeuristicLab 3.3 Tests.sln (copied) * branches/ContextAlgorithms/HeuristicLab 3.3.sln (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.ALPS (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.Benchmarks (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.Benchmarks.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.CMAEvolutionStrategy (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.DataAnalysis (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Glmnet (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.EvolutionStrategy (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.GeneticAlgorithm (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.GradientDescent (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.LocalSearch (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.MOCMAEvolutionStrategy (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.NSGA2 (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.ParameterlessPopulationPyramid (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.ParticleSwarmOptimization (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.RAPGA (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.RandomSearch (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.ScatterSearch (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.SimulatedAnnealing (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.TabuSearch (copied) * branches/ContextAlgorithms/HeuristicLab.Algorithms.VariableNeighborhoodSearch (copied) * branches/ContextAlgorithms/HeuristicLab.Analysis (copied) * branches/ContextAlgorithms/HeuristicLab.Analysis.Statistics.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Analysis.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Access (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Access.Administration (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Access.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Common (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Hive (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Hive.Administrator (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Hive.JobManager (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Hive.Slave (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Hive.Slave.App (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Hive.Slave.ConsoleClient (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Hive.Slave.ConsoleClient/3.3/app.config (modified) * branches/ContextAlgorithms/HeuristicLab.Clients.Hive.Slave.TrayIcon (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Hive.Slave.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Hive.Slave.WindowsService (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.Hive.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.OKB (copied) * branches/ContextAlgorithms/HeuristicLab.Clients.OKB.Views (copied) * branches/ContextAlgorithms/HeuristicLab.CodeEditor (copied) * branches/ContextAlgorithms/HeuristicLab.Collections (copied) * branches/ContextAlgorithms/HeuristicLab.Common (copied) * branches/ContextAlgorithms/HeuristicLab.Common.Resources (copied) * branches/ContextAlgorithms/HeuristicLab.Core (copied) * branches/ContextAlgorithms/HeuristicLab.Core.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Data (copied) * branches/ContextAlgorithms/HeuristicLab.Data.Views (copied) * branches/ContextAlgorithms/HeuristicLab.DataPreprocessing (copied) * branches/ContextAlgorithms/HeuristicLab.DataPreprocessing.Views (copied) * branches/ContextAlgorithms/HeuristicLab.DebugEngine (copied) * branches/ContextAlgorithms/HeuristicLab.DebugEngine.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Encodings.BinaryVectorEncoding (copied) * branches/ContextAlgorithms/HeuristicLab.Encodings.IntegerVectorEncoding (copied) * branches/ContextAlgorithms/HeuristicLab.Encodings.LinearLinkageEncoding (copied) * branches/ContextAlgorithms/HeuristicLab.Encodings.PermutationEncoding (copied) * branches/ContextAlgorithms/HeuristicLab.Encodings.PermutationEncoding.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Encodings.RealVectorEncoding (copied) * branches/ContextAlgorithms/HeuristicLab.Encodings.ScheduleEncoding (copied) * branches/ContextAlgorithms/HeuristicLab.Encodings.ScheduleEncoding.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding (copied) * branches/ContextAlgorithms/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views (copied) * branches/ContextAlgorithms/HeuristicLab.ExtLibs (copied) * branches/ContextAlgorithms/HeuristicLab.ExtLibs.sln (copied) * branches/ContextAlgorithms/HeuristicLab.FxCop.dll (copied) * branches/ContextAlgorithms/HeuristicLab.Hive (copied) * branches/ContextAlgorithms/HeuristicLab.MainForm (copied) * branches/ContextAlgorithms/HeuristicLab.MainForm.WindowsForms (copied) * branches/ContextAlgorithms/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj (modified) * branches/ContextAlgorithms/HeuristicLab.Operators (copied) * branches/ContextAlgorithms/HeuristicLab.Operators.Programmable (copied) * branches/ContextAlgorithms/HeuristicLab.Operators.Programmable.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Operators.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Operators.Views.GraphVisualization (copied) * branches/ContextAlgorithms/HeuristicLab.Operators.Views.GraphVisualization.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Optimization (copied) * branches/ContextAlgorithms/HeuristicLab.Optimization.Operators (copied) * branches/ContextAlgorithms/HeuristicLab.Optimization.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/BasicProblems/BasicProblem.cs (modified) * branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/BasicProblems/Encoding.cs (modified) * branches/ContextAlgorithms/HeuristicLab.Optimizer (copied) * branches/ContextAlgorithms/HeuristicLab.ParallelEngine (copied) * branches/ContextAlgorithms/HeuristicLab.ParallelEngine.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Parameters (copied) * branches/ContextAlgorithms/HeuristicLab.Parameters.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Persistence (copied) * branches/ContextAlgorithms/HeuristicLab.Persistence.GUI (copied) * branches/ContextAlgorithms/HeuristicLab.PluginInfrastructure (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.BinPacking (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.BinPacking.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Binary (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.DataAnalysis (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.DataAnalysis.Trading (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.DataAnalysis.Trading.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.DataAnalysis.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.ExternalEvaluation (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.ExternalEvaluation.GP (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.ExternalEvaluation.Matlab (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.ExternalEvaluation.Scilab (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.ExternalEvaluation.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.GeneticProgramming (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.GeneticProgramming.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.GrammaticalEvolution (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.GraphColoring (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances.CordeauGQAP (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances.DIMACS (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances.DataAnalysis (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances.DataAnalysis.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances.ElloumiCTAP (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances.Orienteering (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances.QAPLIB (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances.Scheduling (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances.TSPLIB (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances.TSPLIB.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances.VehicleRouting (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances.VehicleRouting.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Instances.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Knapsack (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Knapsack.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.LinearAssignment (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.LinearAssignment.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.NK (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Orienteering (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Orienteering.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.PTSP (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.PTSP.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.ParameterOptimization (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Programmable (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Programmable.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.QuadraticAssignment (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.QuadraticAssignment.Algorithms (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.QuadraticAssignment.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Scheduling (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.Scheduling.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.TestFunctions (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.TestFunctions.MultiObjective (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.TestFunctions.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.TravelingSalesman (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.TravelingSalesman.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.VehicleRouting (copied) * branches/ContextAlgorithms/HeuristicLab.Problems.VehicleRouting.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Random (copied) * branches/ContextAlgorithms/HeuristicLab.Scripting (copied) * branches/ContextAlgorithms/HeuristicLab.Scripting.Views (copied) * branches/ContextAlgorithms/HeuristicLab.Selection (copied) * branches/ContextAlgorithms/HeuristicLab.SequentialEngine (copied) * branches/ContextAlgorithms/HeuristicLab.Services.Access (copied) * branches/ContextAlgorithms/HeuristicLab.Services.Access.DataAccess (copied) * branches/ContextAlgorithms/HeuristicLab.Services.Deployment (copied) * branches/ContextAlgorithms/HeuristicLab.Services.Deployment.DataAccess (copied) * branches/ContextAlgorithms/HeuristicLab.Services.Hive (copied) * branches/ContextAlgorithms/HeuristicLab.Services.Hive.DataAccess (copied) * branches/ContextAlgorithms/HeuristicLab.Services.Hive.JanitorService (copied) * branches/ContextAlgorithms/HeuristicLab.Services.Hive.Web (copied) * branches/ContextAlgorithms/HeuristicLab.Services.OKB (copied) * branches/ContextAlgorithms/HeuristicLab.Services.OKB.DataAccess (copied) * branches/ContextAlgorithms/HeuristicLab.Services.WebApp (copied) * branches/ContextAlgorithms/HeuristicLab.Services.WebApp.Maintenance (copied) * branches/ContextAlgorithms/HeuristicLab.Services.WebApp.Statistics (copied) * branches/ContextAlgorithms/HeuristicLab.Services.WebApp.Status (copied) * branches/ContextAlgorithms/HeuristicLab.Tests (copied) * branches/ContextAlgorithms/HeuristicLab.Tests/HeuristicLab.IGraph/IGraphWrappersGraphTest.cs (modified) * branches/ContextAlgorithms/HeuristicLab.Tracing (copied) * branches/ContextAlgorithms/HeuristicLab.Visualization.ChartControlsExtensions (copied) * branches/ContextAlgorithms/Installers (copied) * branches/ContextAlgorithms/MergeConfigs.cmd (copied) * branches/ContextAlgorithms/MergeConfigs.sh (copied) * branches/ContextAlgorithms/PreBuildEvent.cmd (copied) * branches/ContextAlgorithms/PreBuildEvent.sh (copied) * branches/ContextAlgorithms/Test.cmd (copied) * branches/ContextAlgorithms/prepareProjectsForMono.sh (copied) #2645: created branch Wed, 17 Jan 2018 10:38:57 GMT fholzing [15623] * trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.cs (modified) #2880: Added additional null/empty-check (otherwise an error would ... Wed, 17 Jan 2018 10:29:03 GMT fholzing [15622] * trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.cs (modified) #2880: Removed now unnecessary workaround Wed, 17 Jan 2018 10:14:20 GMT fholzing [15621] * trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.Designer.cs (modified) * trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.cs (modified) #2880: Changed event from SelectedIndexChanged to ... Tue, 16 Jan 2018 23:14:37 GMT swagner [15620] * branches/2877_HiveImprovements/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.cs (modified) #2877: Improved groups/slaves treeview of Hive Administrator * ... Tue, 16 Jan 2018 15:56:13 GMT bburlacu [15619] * trunk/sources/HeuristicLab.Analysis.Views/3.3/DataTableView.cs (modified) #2879: Performance improvement in DataTableView Tue, 16 Jan 2018 14:43:25 GMT rhanghof [15618] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointPruning (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointPruning/ExtremePointPruning.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointPruning/ExtremePointPruningFactory.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointPruning/IExtremePointPruning.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/3D-TestLineProjection-container.txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerMinRSLeft.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/IPackingItemClusteredSorter.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/IPackingItemSorter.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemAreaHeightSorter.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemClusterdHeightAreaSorter.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemClusteredAreaHeightSorter.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemGivenSorter.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemHeightAreaSorter.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemHeightVolumeSorter.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemSorterFactory.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemVolumeHeightSorter.cs (added) #2817: - The items can be rotated and tilted now. - Added pruning ... Tue, 16 Jan 2018 14:40:43 GMT rhanghof [15617] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/Container2DView.xaml.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/Container3DView.xaml.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan2DView.Designer.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan3DView.Designer.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Algorithms/ExtremePointAlgorithm.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3DException.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Encoding/ExtremePointPermutationDecoder.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Encoding/IDecoder.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Encoding/PermutationProblem.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/BinUtilizationEvaluator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/IEvaluator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/MoveEvaluatorBase.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/PackingRatioEvaluator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/Swap2MoveEvaluator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/TranslocationMoveEvaluator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/ExtremePointCreator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/ExtremePointCreatorFactory.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/IExtremePointCreator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/LineProjectionBasedEPCreator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/PointProjectionBasedEPCreator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry/Edge3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry/Line3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry/Plane3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry/Vector3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/IOperator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/BPPData.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomDataDescriptor.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProvider.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RealWorldContainerPackingInstanceProvider.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/ThreeDInstanceDescriptor.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/ThreeDInstanceParser.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPacker.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFactory.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFirstFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFreeVolumeBestFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerResidualSpaceBestFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/IBinPacker.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PackingItem.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PackingPosition.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PackingShape.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ProblemBase.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ResidualSpace.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ResidualSpaceCalculation/IResidualSpaceCalculator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ResidualSpaceCalculation/ResidualSpaceCalculator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ResidualSpaceCalculation/ResidualSpaceCalculatorFactory.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Solution.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PermutationPackingItemSorter.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/BinPacking.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/PackingPlan.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/PackingPosition.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/PackingShape.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/Random/SRand48.cs (modified) #2817: - The items can be rotated and tilted now. - Added pruning ... Mon, 15 Jan 2018 11:46:56 GMT abeham [15616] * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3 (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/CPLEX/CplexContext.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Evolutionary/ESGQAPSolution.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/GRASP/GRASP.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Infrastructure/Contexts/BasicContext.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Infrastructure/Contexts/PopulationContext.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Infrastructure/Contexts/SingleSolutionContext.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Infrastructure/Contexts/StochasticContext.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/LAHC/LAHCContext.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/LAHC/pLAHCContext.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/LocalSearch/LocalSearchContext.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/LocalSolverNet/LocalSolverContext.cs (modified) #1614: * Added missing Item and StorableClass attributes * ... Mon, 15 Jan 2018 08:37:50 GMT abeham [15615] * branches/GeneralizedQAP/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Evolutionary/ESGQAPSolution.cs (modified) #1614: * fixed a bug in the run collection RLD view when ... Mon, 15 Jan 2018 07:21:48 GMT bwerth [15614] * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4 (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/GaussianProcessRegression.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj.DotSettings (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces/ILeafModel.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces/ILeafType.cs (deleted) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces/IM5MetaModel.cs (deleted) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces/IM5Model.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces/IPruning.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces/IPruningType.cs (deleted) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces/ISplitType.cs (deleted) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Interfaces/ISpliter.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/LeafTypes/ComplexLeaf.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/LeafTypes/ComponentReductionLinearLeaf.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/LeafTypes/ConstantLeaf.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/LeafTypes/GaussianProcessLeaf.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/LeafTypes/LinearLeaf.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/LeafTypes/LogisticLeaf.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/M5Regression.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/M5Utilities/M5Analyzer.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/M5Utilities/M5CreationParameters.cs (deleted) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/M5Utilities/M5Parameters.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/M5Utilities/M5StaticUtilities.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/M5Utilities/M5UpdateParameters.cs (deleted) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/MetaModels/M5NodeModel.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/MetaModels/M5RuleModel.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/MetaModels/M5RuleSetModel.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/MetaModels/M5TreeModel.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/BottomUpPruningBase.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/HoldoutLeafPruning.cs (deleted) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/HoldoutLinearPruning.cs (deleted) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/M5LeafBottomUpPruning.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/M5LeafPruning.cs (deleted) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/M5LinearBottomUpPruning.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/M5LinearPruning.cs (deleted) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/NoPruning.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Pruning/PruningBase.cs (deleted) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Spliting/M5Spliter.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Spliting/OptimumSearchingSpliter.cs (added) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Spliting/OrderImpurityCalculator.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/M5Regression/Spliting/OrderSplitType.cs (deleted) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/NonlinearRegression/NonlinearRegression.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/Plugin.cs.frame (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestClassification.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestModel.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestRegression.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances/CosineDistance.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances/DistanceBase.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances/EuclideanDistance.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances/ManhattanDistance.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances/WeightedEuclideanDistance.cs (copied) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEAlgorithm.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEStatic.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEUtils.cs (modified) * branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/VantagePointTree.cs (modified) #2847 made changes to M5 according to review comments Mon, 15 Jan 2018 00:53:02 GMT swagner [15613] * branches/2877_HiveImprovements/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.cs (modified) #2877: Improved groups/slaves treeview of Hive Administrator * ... Sun, 14 Jan 2018 21:43:34 GMT swagner [15612] * branches/2877_HiveImprovements (copied) #2877: Created branch 2877_HiveImprovements Sun, 14 Jan 2018 21:39:04 GMT mkommend [15611] * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SingleObjective/Evaluators/SymbolicRegressionConstantOptimizationEvaluator.cs (modified) #2878: Corrected after deserialization hook in constant optimization ...