# # ChangeLog for / # # Generated by Trac 1.0.12 # 02/18/25 15:25:31 Fri, 04 Nov 2011 16:53:04 GMT ascheibe [6951] * trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ViewHost.cs (modified) #1577 reverted changes from r6568. Views must be disposed or the USER ... Fri, 04 Nov 2011 15:12:44 GMT epitzer [6950] * trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/ExternalEvaluator.cs (modified) Use CheckedItems instead of Items when waiting for available clients ... Fri, 04 Nov 2011 13:57:32 GMT bburlacu [6949] * trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/FullTreeCreatorTest.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/GrowTreeCreatorTest.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/ProbabilisticTreeCreaterTest.cs (modified) #1654: Enhanced tree creator tests. Fri, 04 Nov 2011 12:13:17 GMT spimming [6948] * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks.Views/3.3/BenchmarkView.cs (modified) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/Benchmark.cs (modified) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/Dhrystone.cs (deleted) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/DhrystoneBenchmark.cs (added) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/HeuristicLab.Algorithms.Benchmarks-3.3.csproj (modified) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/IBenchmark.cs (added) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/Linpack.cs (deleted) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/LinpackBenchmark.cs (added) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/Whetstone.cs (deleted) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/WhetstoneAlgorithm.cs (added) #1659: * restructuring of the benchmarking algorithms * common ... Fri, 04 Nov 2011 10:44:37 GMT svonolfe [6947] * branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/MDCVRPPDTWView.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Crossovers/PotvinInsertionBasedCrossover.cs (modified) Fixed small issues in view and crossover (#1177) Fri, 04 Nov 2011 10:20:22 GMT ascheibe [6946] * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/LogView.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.3/HiveDao.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.3/Manager/EventManager.cs (modified) #1233 - disable logging of the user statistics on the server because ... Wed, 02 Nov 2011 17:42:44 GMT ascheibe [6945] * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.ConsoleClient/3.3/Program.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.csproj (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/SlaveMainViewBase.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/ProjectInstaller.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/Core.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/Manager/EventLogManager.cs (added) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/SlaveClientCom.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/SlaveCommunicationService.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/SlaveTask.cs (modified) #1233 slave: catch more errors and log them to the windows event log Wed, 02 Nov 2011 15:37:07 GMT mkommend [6944] * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Creators/FullTreeCreator.cs (modified) * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Creators/GrowTreeCreator.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/FullTreeCreatorTest.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/GrowTreeCreatorTest.cs (modified) #1654: Corrected bug in `Full-` and `GrowTreeCreator`. Mon, 31 Oct 2011 22:58:52 GMT ascheibe [6943] * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/Recurrence.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.3/TreeView/ItemTreeView.cs (modified) #1233 fixed a small bug in the Job Manager and the Administrator UI Fri, 28 Oct 2011 16:13:39 GMT abeham [6942] * trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.4/ArtificialAntProblem.cs (modified) #1663 * fixed problem with `ArtificialAntProblem` Fri, 28 Oct 2011 15:51:46 GMT ascheibe [6941] * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.3/RefreshableJob.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Web/Hive-3.3/Status.aspx (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Web/Hive-3.3/Status.aspx.cs (modified) #1233 - corrected total execution time in hive shown on status page ... Thu, 27 Oct 2011 13:43:35 GMT ascheibe [6940] * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.3/app.config (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.3/app_ascheibe.config (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.3/app_f005pc.config (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.3/app_services.config (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Web/Hive-3.3/Status.aspx.cs (modified) #1233 - fixed naming of binding configurations - fixed small bug in ... Thu, 27 Oct 2011 10:01:10 GMT abeham [6939] * trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.4/ArtificialAntProblem.cs (modified) * trunk/sources/HeuristicLab.Problems.Knapsack/3.3/KnapsackProblem.cs (modified) * trunk/sources/HeuristicLab.Problems.OneMax/3.3/OnemaxProblem.cs (modified) * trunk/sources/HeuristicLab.Problems.QuadraticAssignment/3.3/QuadraticAssignmentProblem.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs (modified) * trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/TravelingSalesmanProblem.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VehicleRoutingProblem.cs (modified) #1663 * Added hiding of Maximization parameter * Fixed ... Wed, 26 Oct 2011 21:36:10 GMT abeham [6938] * trunk/sources/HeuristicLab 3.3.vsmdi (modified) * trunk/sources/HeuristicLab.Optimization/3.3/Problems/Problem.cs (modified) * trunk/sources/HeuristicLab.Problems.Knapsack/3.3/KnapsackProblem.cs (modified) * trunk/sources/HeuristicLab.Problems.OneMax/3.3/OnemaxProblem.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs (modified) * trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/Plugin.cs.frame (modified) * trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/TravelingSalesmanProblem.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/Plugin.cs.frame (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VehicleRoutingProblem.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/SamplesTest.cs (modified) #1663 * Added an *Operators* parameter in `Problem` * Adapted ... Tue, 25 Oct 2011 06:02:13 GMT gkronber [6937] * branches/HeuristicLab.Problems.DataAnalysis.Trading (modified) * branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/TradingSolution.cs (modified) minor changes Mon, 24 Oct 2011 16:50:26 GMT abeham [6936] * branches/GeneralizedQAP/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/RobustTabooSearch.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Service References/QAPInstanceService/QAP.wsdl (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Service References/QAPInstanceService/QAP1.xsd (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Service References/QAPInstanceService/Reference.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Service References/QAPInstanceService/configuration.svcinfo (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Service References/QAPInstanceService/configuration91.svcinfo (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Services (added) * branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Services/QAPService.cs (added) #1619 * Added a new service method and a helper class for calling ... Tue, 18 Oct 2011 14:02:58 GMT ascheibe [6935] * trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/MainForm.cs (modified) * trunk/sources/HeuristicLab.Optimizer/3.3/FileManager.cs (modified) * trunk/sources/HeuristicLab.Optimizer/3.3/OptimizerDockingMainForm.cs (modified) * trunk/sources/HeuristicLab.Optimizer/3.3/OptimizerMultipleDocumentMainForm.cs (modified) * trunk/sources/HeuristicLab.Optimizer/3.3/OptimizerSingleDocumentMainForm.cs (modified) #1652 fixed a bug when saving a file in SD or MD mode Tue, 18 Oct 2011 13:08:14 GMT ascheibe [6934] * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks.Views/3.3/BenchmarkView.Designer.cs (modified) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks.Views/3.3/BenchmarkView.cs (modified) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks.Views/3.3/BenchmarkView.resx (added) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks.Views/3.3/HeuristicLab.Algorithms.Benchmarks.Views-3.3.csproj (modified) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks.Views/3.3/Plugin.cs.frame (modified) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/Benchmark.cs (added) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/Dhrystone.cs (modified) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/HeuristicLab.Algorithms.Benchmarks-3.3.csproj (modified) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/Linpack.cs (modified) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/Plugin.cs.frame (modified) * branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/Whetstone.cs (modified) on behalf of spimming: #1659 * implemented abstract base class for ... Mon, 17 Oct 2011 16:14:54 GMT gkronber [6933] * trunk/documentation/Tutorials/Algorithm and Experiment Design with HeuristicLab.pptx (modified) updated HL tutorial slides from GECCO 2011 tutorial slides Mon, 17 Oct 2011 11:05:58 GMT spimming [6932] * branches/Benchmarking/sources/test.txt (deleted) Removed test of SVN permissions for spimming