# # ChangeLog for / # # Generated by Trac 1.0.12 # 08/14/24 22:58:30 Wed, 04 May 2011 10:02:35 GMT jhelm [6121] * branches/Scheduling/HeuristicLab 3.3.sln (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3 (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.snk (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JSMEncodingView.Designer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JSMEncodingView.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JSMEncodingView.resx (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JSSPJobView.Designer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JSSPJobView.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.resx (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Plugin.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Plugin.cs.frame (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Properties (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Properties/AssemblyInfo.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Properties/AssemblyInfo.frame (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/ScheduleView.Designer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/ScheduleView.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/ScheduleView.resx (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/SchedulingProblemImportDialog.Designer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/SchedulingProblemImportDialog.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/SchedulingProblemImportDialog.resx (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3 (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Analyzers (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Analyzers/BestSchedulingSolutionAnalyzer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPCreator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPEncoding.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers/JSMCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers/JSMSXXCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/JSMDecoder.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/JSMEncoding.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/JSMRandomCreator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Manipulators (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Manipulators/JSMManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Manipulators/JSMSwapManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/MakespanEvaluator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.Problems.Scheduling-3.3.csproj (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSMOperator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPEvaluator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPJob.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPTask.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Resource.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Schedule.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/SchedulingCreator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/SchedulingOperator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/SchedulingProblem.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Task.cs (added) * branches/Scheduling/HeuristicLab/3.3/Files.txt (modified) #1329: Implemented basic functionalities of problemdefinition, ... Wed, 04 May 2011 01:32:26 GMT swagner [6120] * tags/3.3.4 (copied) Created HeuristicLab 3.3.4 release tag (#1461) Wed, 04 May 2011 01:28:39 GMT swagner [6119] * trunk/sources/HeuristicLab.Common/3.3/ObjectExtensions.cs (modified) Added some minor changes in `CollectObjectGraphObjects` (#1424) Tue, 03 May 2011 18:44:54 GMT mjesner [6118] * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/ChartController.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/HLWebOKBQueryPlugin.csproj (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Models/ChartModel.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Chart (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Chart/BubbleChart.ascx (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Chart/Index.aspx (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Filter/Filters.ascx (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Menu.ascx (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Web.config (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Web.config (modified) #1503 base architecture for chart control Tue, 03 May 2011 18:31:27 GMT wtollsch [6117] * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AdminController.cs (modified) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Models/AdminModel.cs (modified) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/Algorithm.aspx (modified) #1433 completed add, delete and update methods for AlgorithmClass, ... Tue, 03 May 2011 18:16:09 GMT ascheibe [6116] * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveTrayIcon/Program.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsServiceSetup/HeuristicLab.Clients.Hive.Slave.SlaveWindowsServiceSetup.vdproj (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsServiceSetup/hl_logo.jpg (added) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.TrayIconSetup (added) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.TrayIconSetup/HeuristicLab.Clients.Hive.Slave.TrayIconSetup.vdproj (added) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Hive 3.4.sln (modified) #1233 - SlaveTrayIcon: don't try to kill TrayIcons from other users ... Tue, 03 May 2011 17:52:35 GMT abeham [6115] * branches/histogram/HeuristicLab.Analysis.Views/3.3/DataTableHistoryView.cs (modified) * branches/histogram/HeuristicLab.Analysis.Views/3.3/DataTableView.cs (modified) * branches/histogram/HeuristicLab.Analysis/3.3/QualityAnalysis/QualityDistributionAnalyzer.cs (modified) * branches/histogram/HeuristicLab.Collections/3.3/ObservableList.cs (modified) * branches/histogram/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ViewHost.Designer.cs (modified) * branches/histogram/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ViewHost.cs (modified) * branches/histogram/HeuristicLab.MainForm/3.3/HeuristicLab.MainForm-3.3.csproj (modified) * branches/histogram/HeuristicLab.MainForm/3.3/Interfaces/IConfigureableView.cs (added) * branches/histogram/HeuristicLab.Problems.QuadraticAssignment/3.3/QuadraticAssignmentProblem.cs (modified) #1465 * Added new interface `IConfigureableView` to ... Tue, 03 May 2011 17:25:13 GMT swagner [6114] * trunk/sources/HeuristicLab.Common/3.3/ObjectExtensions.cs (modified) * trunk/sources/HeuristicLab.Common/3.3/TypeExtensions.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/Operator.cs (modified) * trunk/sources/HeuristicLab.Optimization/3.3/Algorithms/Algorithm.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/Parameter.cs (modified) Code formatting and minor changes (#1424) Tue, 03 May 2011 16:43:22 GMT mkommend [6113] * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs (modified) #1504: Corrected bug in symbolic simplifier view. Tue, 03 May 2011 16:08:42 GMT ascheibe [6112] * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Core.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Executor.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/HeartbeatManager.cs (modified) #1233 - HeartbeatManager: don't sleep while starting jobs - ... Tue, 03 May 2011 15:14:02 GMT cneumuel [6111] * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ExperimentManager/ExperimentManagerClient.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ExperimentManager/HiveJob.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ExperimentManager/JobDownloader.cs (added) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ExperimentManager/JobResultPoller.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ExperimentManager/OptimizerHiveJob.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/HeuristicLab.Clients.Hive-3.4.csproj (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/Jobs/EngineJob.cs (added) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/Jobs/OptimizerJob.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/HeuristicLab.HiveEngine-3.4.csproj (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/HiveEngine.cs (modified) #1233 * improved the way jobs are downloaded by `ExperimentManager` ... Tue, 03 May 2011 15:08:54 GMT cneumuel [6110] * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Tests/Mocks/MockJob.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/ConfigManager.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Core.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Executor.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ExperimentManager/RefreshableHiveExperiment.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ServiceClients/Heartbeat.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Hive/3.4/IJob.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Hive/3.4/ItemJob.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine.Test/Program.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.4/HiveDao.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.4/Interfaces/IHiveDao.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.4/HeartbeatManager.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.4/HiveService.cs (modified) #1233 * renamed engines to executors * changed locking in ... Tue, 03 May 2011 14:55:56 GMT gkronber [6109] * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolView.Designer.cs (modified) * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolView.cs (modified) #1505 changed input validation in `SymbolView`. Tue, 03 May 2011 14:40:55 GMT mkommend [6108] * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs (modified) #1504: Corrected bug in symbolic simplifier view. Tue, 03 May 2011 13:45:04 GMT ascheibe [6107] * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.4/SlaveItem.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Core.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/PluginCache.cs (modified) #1233 - simplify PreparePlugins - send more exceptions to ... Tue, 03 May 2011 12:49:19 GMT cneumuel [6106] * branches/HeuristicLab.Hive-3.4/binaries/HeuristicLab.Hive.ExperimentManager-3.4.zip (modified) #1233 * updated binaries Tue, 03 May 2011 11:47:40 GMT cneumuel [6105] * branches/HeuristicLab.Hive-3.4/binaries/HeuristicLab.Hive.ExperimentManager-3.4.zip (modified) #1233 * updated binaries Tue, 03 May 2011 09:10:23 GMT mkommend [6104] * trunk/sources/HeuristicLab/3.3/Tests/SymbolicRegressionTest.cs (modified) #1498: Updated !SymbolicRegression unit test due to the changes in ... Tue, 03 May 2011 09:04:02 GMT cneumuel [6103] * trunk/sources/HeuristicLab.Common/3.3/HeuristicLab.Common-3.3.csproj (modified) * trunk/sources/HeuristicLab.Common/3.3/ObjectExtensions.cs (added) * trunk/sources/HeuristicLab.Common/3.3/TypeExtensions.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj (modified) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/IStatefulItem.cs (added) * trunk/sources/HeuristicLab.Operators/3.3/Operator.cs (modified) * trunk/sources/HeuristicLab.Optimization/3.3/Algorithms/Algorithm.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/Parameter.cs (modified) #1424 * created extension method `GetObjectGraphObjects` for ... Mon, 02 May 2011 19:40:26 GMT dhohl [6102] * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/FilterController.cs (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/HLWebOKBQueryPlugin.csproj (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Models/QueryModel.cs (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/AlgorithmClass (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Filter/Filters.ascx (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Controls (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Menu.ascx (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/ServiceTest (added) #1499 query filter recursive layout of the filters