# # ChangeLog for / # # Generated by Trac 1.0.12 # 06/01/24 11:04:19 Tue, 10 Jul 2012 22:25:26 GMT swagner [8280] * trunk/sources/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesControl.cs (modified) * trunk/sources/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj (modified) * trunk/sources/HeuristicLab.Analysis.Views/3.3/ScatterPlotHistoryView.Designer.cs (added) * trunk/sources/HeuristicLab.Analysis.Views/3.3/ScatterPlotHistoryView.cs (added) * trunk/sources/HeuristicLab.Analysis.Views/3.3/ScatterPlotView.Designer.cs (modified) * trunk/sources/HeuristicLab.Analysis.Views/3.3/ScatterPlotView.cs (modified) * trunk/sources/HeuristicLab.Analysis/3.3/DataVisualization/DataTable.cs (modified) * trunk/sources/HeuristicLab.Analysis/3.3/DataVisualization/ScatterPlot.cs (modified) * trunk/sources/HeuristicLab.Analysis/3.3/DataVisualization/ScatterPlotDataRow.cs (added) * trunk/sources/HeuristicLab.Analysis/3.3/DataVisualization/ScatterPlotDataRowVisualProperties.cs (added) * trunk/sources/HeuristicLab.Analysis/3.3/DataVisualization/ScatterPlotHistory.cs (added) * trunk/sources/HeuristicLab.Analysis/3.3/DataVisualization/ScatterPlotVisualProperties.cs (added) * trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj (modified) * trunk/sources/HeuristicLab.Common/3.3/HeuristicLab.Common-3.3.csproj (modified) * trunk/sources/HeuristicLab.Common/3.3/Point2D.cs (added) Added enhanced version of ScatterPlot (#1892) Tue, 10 Jul 2012 22:10:15 GMT ascheibe [8279] * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Analyzers/DistinctSolutionsAnalyzer.cs (modified) #1886 save distinct solutions in a data table Tue, 10 Jul 2012 19:05:21 GMT ascheibe [8278] * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Analyzers/DistinctSolutionsAnalyzer.cs (modified) #1886 fixed a bug in the distinct solution analyzer Tue, 10 Jul 2012 18:45:43 GMT ascheibe [8277] * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Analyzers/DistinctSolutionsAnalyzer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Analyzers/GenealogyAnalyzer.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/GenealogyGraph.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj (modified) #1886 added distinct solution analyzer Tue, 10 Jul 2012 13:26:13 GMT sforsten [8276] * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationEnsembleSolutionEstimatedClassValuesView.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionConfusionMatrixView.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionEstimatedClassValuesView.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationRocCurvesView.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationSolutionThresholdView.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/CorrelationHeatMapView.Designer.cs (added) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/CorrelationHeatMapView.cs (added) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/ExtendedHeatMapView.Designer.cs (added) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/ExtendedHeatMapView.cs (added) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionErrorCharacteristicsCurveView.Designer.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionErrorCharacteristicsCurveView.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionEstimatedValuesView.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionLineChartView.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionResidualHistogram.Designer.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionResidualHistogram.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionScatterPlotView.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/DataAnalysisSolutionView.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationEnsembleSolution.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationProblemData.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationSolution.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationSolutionBase.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/DiscriminantFunctionClassificationSolution.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/DiscriminantFunctionClassificationSolutionBase.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ThresholdCalculators/AccuracyMaximizationThresholdCalculator.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Clustering/ClusteringSolution.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/DataAnalysisProblemData.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/ExtendedHeatMap.cs (added) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionEnsembleSolution.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionProblemData.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionSolution.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionSolutionBase.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblemData.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IOnlineCalculator.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/OnlineCalculators/HoeffdingsDependenceCalculator.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/OnlineCalculators/OnlineLinearScalingParameterCalculator.cs (modified) * branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/OnlineCalculators/SpearmansRankCorrelationCoefficientCalculator.cs (added) #1292: * merged r8034:8179 from trunk * added `BackgroundWorker` * ... Tue, 10 Jul 2012 09:29:00 GMT spimming [8275] * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/HeuristicLab.Clients.Hive.CloudManager-3.3.csproj (modified) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Plugin.cs.frame (modified) #1680: updated references and plugin dependencies Tue, 10 Jul 2012 09:18:49 GMT spimming [8274] * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddAzureServiceDialog.resx (added) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddCertificate.resx (added) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddSubscriptionDialog.resx (added) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/CloudResourcesView.resx (added) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/DeleteDeploymentView.resx (added) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/DeleteHostedServiceView.resx (added) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/DeploymentView.resx (added) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/HiveCloudManagerView.resx (added) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/HostedServiceView.resx (added) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/SubscriptionView.resx (added) #1680: resource files added Tue, 10 Jul 2012 09:12:22 GMT spimming [8273] * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager.sln (added) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/HeuristicLab.Clients.Hive.CloudManager-3.3.csproj (modified) #1680: * new solution for CloudManager plugin * updated output path ... Tue, 10 Jul 2012 09:10:23 GMT spimming [8272] * branches/HeuristicLab.Hive.Azure/ConfigMerger.exe (deleted) * branches/HeuristicLab.Hive.Azure/CopyIfNewer.bat (deleted) * branches/HeuristicLab.Hive.Azure/FxCop.cmd (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab 3.3 Hive.Slave.sln (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab 3.3 Services.sln (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab 3.3 Services.vsmdi (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab 3.3.sln (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab 3.3.vsmdi (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.Benchmarks (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.Benchmarks.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.DataAnalysis (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.DataAnalysis.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.EvolutionStrategy (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.GeneticAlgorithm (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.LocalSearch (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.NSGA2 (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.ParticleSwarmOptimization (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.SimulatedAnnealing (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.TabuSearch (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.VariableNeighborhoodSearch (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Analysis (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Analysis.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Common (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Administrator (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.JobManager (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.App (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.Azure (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.AzureClient (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.ConsoleClient (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.TrayIcon (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.TrayIconSetup (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.WindowsService (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.WindowsServiceSetup (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.CodeEditor (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Collections (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Common (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Common.Resources (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Core (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Core.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Data (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Data.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.DebugEngine (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Encodings.BinaryVectorEncoding (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Encodings.IntegerVectorEncoding (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Encodings.PermutationEncoding (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Encodings.PermutationEncoding.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Encodings.RealVectorEncoding (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.ExtLibs (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.ExtLibs.sln (deleted) #1680: * delete unnecessary files * only preserve CloudManager ... Tue, 10 Jul 2012 09:05:58 GMT spimming [8271] * branches/HeuristicLab.Hive.Azure/HeuristicLab.Collections/3.3 (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Utils/SceneIndexComparer.cs (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Utils/Selection.cs (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Utils/Styling (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Utils/Tracing.cs (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Utils/Unit testing (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Utils/Utils.cs (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.FxCop.dll (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Hive (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.MainForm (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.MainForm.WindowsForms (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Operators (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Operators.Programmable (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Operators.Programmable.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Operators.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Operators.Views.GraphVisualization (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Operators.Views.GraphVisualization.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Optimization (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Optimization.Operators (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Optimization.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Optimizer (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.ParallelEngine (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Parameters (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Parameters.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Persistence (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Persistence.GUI (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.PluginInfrastructure (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.ArtificialAnt (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.ArtificialAnt.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.DataAnalysis (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.DataAnalysis.Symbolic (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.DataAnalysis.Symbolic.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.DataAnalysis.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.ExternalEvaluation (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.ExternalEvaluation.GP (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.ExternalEvaluation.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.Instances (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.Instances.CordeauGQAP (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.Instances.ElloumiCTAP (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.Instances.QAPLIB (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.Instances.TSPLIB (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.Instances.TSPLIB.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.Knapsack (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.Knapsack.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.OneMax (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.OneMax.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.QuadraticAssignment (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.QuadraticAssignment.Algorithms (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.QuadraticAssignment.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.TestFunctions (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.TestFunctions.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.TravelingSalesman (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.TravelingSalesman.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.VehicleRouting (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.VehicleRouting.Views (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Random (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Selection (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.SequentialEngine (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Services.Deployment (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Services.Deployment.DataAccess (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Services.Hive (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Services.Hive.DataAccess (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Services.Hive.JanitorService (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Services.Hive.JanitorServiceSetup (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Services.Hive.Web (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Tests (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Tracing (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab.Visualization.ChartControlsExtensions (deleted) * branches/HeuristicLab.Hive.Azure/HeuristicLab/3.3 (deleted) * branches/HeuristicLab.Hive.Azure/LocalTestRun.testrunconfig (deleted) * branches/HeuristicLab.Hive.Azure/MergeConfigs.cmd (deleted) #1680: * delete unnecessary files * only preserve CloudManager ... Tue, 10 Jul 2012 07:56:20 GMT spimming [8270] * branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/TransactionManager.cs (modified) #1888: Caution: disabled transactions in the TransactionManager Tue, 10 Jul 2012 05:26:59 GMT ascheibe [8269] * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Analyzers/ConvergenceSpeedAnalyzer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/SimilarityCalculator.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/TravelingSalesmanSimilarityCalculator.cs (added) #1886 added convergence analyzer Tue, 10 Jul 2012 03:49:42 GMT ascheibe [8268] * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/AlgorithmBehaviorHelpers.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Analyzers/AlleleOccurencesInGenerationsAnalyzer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj (modified) #1886 added an analyzer for the edges of the best found solution Mon, 09 Jul 2012 22:10:14 GMT ascheibe [8267] * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/AlgorithmBehaviorHelpers.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Analyzers/BestIndividualSchemataAnalyzer.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Analyzers/BestIndividualWildcardAnalyzer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Creators/BestIndividualWildcardCreator.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Creators/WildcardsCreator.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj (modified) #1886 added wild card analyzer for the best individual Mon, 09 Jul 2012 15:06:08 GMT spimming [8266] * branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/HeuristicLab.Services.Hive.DataAccess-3.3.csproj (modified) * branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.Designer.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.cs (added) * branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.settings (modified) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/Status.aspx.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive/3.3/HiveJanitor.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive/3.3/HiveService.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive/3.3/Manager/EventManager.cs (modified) #1888: * disabled some transactions since dtc is not supported in ... Mon, 09 Jul 2012 14:49:18 GMT spimming [8265] * branches/OaaS/HeuristicLab.Services.Access/3.3/HeuristicLab.Services.Access-3.3.csproj (modified) * branches/OaaS/HeuristicLab.Services.Access/3.3/RoleVerifier.cs (modified) #1888: * calling roles caused an exception * fix: call default ... Sun, 08 Jul 2012 07:27:06 GMT swagner [8264] * misc/publications/2012/conferences/GECCO/swagner/exp.hl (modified) * misc/publications/2012/conferences/GECCO/swagner/exp_results.hl (modified) Updated GECCO HL tutorial experiments Sun, 08 Jul 2012 05:31:03 GMT swagner [8263] * misc/publications/2012/conferences/GECCO/swagner/slides.pdf (modified) Updated GECCO HL tutorial slides Sun, 08 Jul 2012 03:27:38 GMT swagner [8262] * trunk/documentation/Tutorials/Algorithm and Experiment Design with HeuristicLab.pdf (modified) * trunk/documentation/Tutorials/Algorithm and Experiment Design with HeuristicLab.pptx (modified) Updated tutorial slides Sun, 08 Jul 2012 02:29:45 GMT abeham [8261] * trunk/documentation/Logo/HL Download 3.3.7.png (added) added button for 3.3.7