# # ChangeLog for / # # Generated by Trac 1.0.12 # 05/07/24 19:10:21 Sat, 22 Jul 2017 22:52:14 GMT abeham [15280] * branches/Async (modified) * branches/Async/HeuristicLab 3.3.sln (modified) * branches/Async/HeuristicLab.Algorithms.ALPS (modified) * branches/Async/HeuristicLab.Algorithms.ALPS/3.3/AlpsOffspringSelectionGeneticAlgorithm.cs (copied) * branches/Async/HeuristicLab.Algorithms.ALPS/3.3/AlpsOffspringSelectionGeneticAlgorithmMainLoop.cs (copied) * branches/Async/HeuristicLab.Algorithms.ALPS/3.3/AlpsOffspringSelectionGeneticAlgorithmMainOperator.cs (copied) * branches/Async/HeuristicLab.Algorithms.ALPS/3.3/AlpsOffspringSelector.cs (copied) * branches/Async/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis.Views (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/GaussianProcessRegressionSolutionEstimatedValuesView.Designer.cs (copied) * branches/Async/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/GaussianProcessRegressionSolutionEstimatedValuesView.cs (copied) * branches/Async/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/BaselineClassifiers/OneR.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/BaselineClassifiers/OneRClassificationModel.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/BaselineClassifiers/ZeroR.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GBM (copied) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceConst.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceLinear.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceLinearArd.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceMask.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceMaternIso.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceNeuralNetwork.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceNoise.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovariancePeriodic.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovariancePiecewisePolynomial.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovariancePolynomial.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceProduct.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceRationalQuadraticArd.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceRationalQuadraticIso.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceScale.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceSpectralMixture.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceSquaredExponentialArd.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceSquaredExponentialIso.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceSum.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/GaussianProcessModel.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/ICovarianceFunction.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/IMeanFunction.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/MeanFunctions/MeanConst.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/MeanFunctions/MeanLinear.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/MeanFunctions/MeanModel.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/MeanFunctions/MeanProduct.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/MeanFunctions/MeanSum.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/MeanFunctions/MeanZero.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/Util.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesAlgorithm.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesAlgorithmStatic.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesModel.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesModelSurrogate.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/RegressionTreeBuilder.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/RegressionTreeModel.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/Linear/LinearDiscriminantAnalysis.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/Linear/LinearRegression.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/Linear/MultinomialLogitClassification.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/Linear/MultinomialLogitClassificationSolution.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/Linear/MultinomialLogitModel.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression (copied) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/NcaClassificationSolution.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/NcaModel.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour/NearestNeighbourClassification.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour/NearestNeighbourClassificationSolution.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour/NearestNeighbourModel.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour/NearestNeighbourRegression.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour/NearestNeighbourRegressionSolution.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NeuralNetwork/NeuralNetworkClassification.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NeuralNetwork/NeuralNetworkClassificationSolution.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NeuralNetwork/NeuralNetworkEnsembleClassification.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NeuralNetwork/NeuralNetworkEnsembleClassificationSolution.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NeuralNetwork/NeuralNetworkEnsembleModel.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NeuralNetwork/NeuralNetworkEnsembleRegression.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NeuralNetwork/NeuralNetworkEnsembleRegressionSolution.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NeuralNetwork/NeuralNetworkModel.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NeuralNetwork/NeuralNetworkRegression.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/NeuralNetwork/NeuralNetworkRegressionSolution.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/Plugin.cs.frame (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestClassification.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestClassificationSolution.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestModel.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestRegression.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestRegressionSolution.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/SupportVectorMachine/SupportVectorMachineModel.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/TimeSeries/AutoregressiveModeling.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/kMeans/KMeansClusteringModel.cs (modified) * branches/Async/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/EvaluationTracker.cs (modified) * branches/Async/HeuristicLab.Algorithms.RandomSearch (copied) * branches/Async/HeuristicLab.Analysis (modified) * branches/Async/HeuristicLab.Analysis.Views (modified) * branches/Async/HeuristicLab.Clients.Hive.Slave.App/3.3/HeuristicLab.Clients.Hive.Slave.App-3.3.csproj (modified) * branches/Async/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj (modified) * branches/Async/HeuristicLab.Clients.OKB.Views/3.3/HeuristicLab.Clients.OKB.Views-3.3.csproj (modified) * branches/Async/HeuristicLab.Clients.OKB.Views/3.3/Plugin.cs.frame (modified) * branches/Async/HeuristicLab.Clients.OKB.Views/3.3/Query/Views/QueryView.cs (modified) * branches/Async/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBProblemView.Designer.cs (modified) * branches/Async/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBProblemView.cs (modified) * branches/Async/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/SingleObjectiveOKBSolutionView.Designer.cs (copied) * branches/Async/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/SingleObjectiveOKBSolutionView.cs (copied) * branches/Async/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj (modified) * branches/Async/HeuristicLab.Clients.OKB/3.3/Query/QueryClient.cs (modified) * branches/Async/HeuristicLab.Clients.OKB/3.3/Query/ServiceClient/QueryServiceClient.cs (modified) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBAlgorithm.cs (modified) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBProblem.cs (modified) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBSolution.cs (copied) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/RunCreationClient.cs (modified) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/BoolValue.cs (copied) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/DoubleValue.cs (copied) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/FloatValue.cs (copied) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/IntValue.cs (copied) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/LongValue.cs (copied) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/PercentValue.cs (copied) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/RunCreationServiceClient.cs (modified) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/StringValue.cs (copied) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/TimeSpanValue.cs (copied) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/Value.cs (copied) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/SingleObjectiveOKBSolution.cs (copied) * branches/Async/HeuristicLab.CodeEditor/3.4/LanguageFeatures/CodeCompletion/CSharp/CSharpCodeCompletionStrategy.cs (modified) * branches/Async/HeuristicLab.CodeEditor/3.4/LanguageFeatures/CodeFolding/CSharp/CSharpCodeFoldingStrategy.cs (modified) * branches/Async/HeuristicLab.Collections/3.3/ObservableCollection.cs (modified) * branches/Async/HeuristicLab.Collections/3.3/ObservableList.cs (modified) * branches/Async/HeuristicLab.Common/3.3/EnumerableExtensions.cs (modified) * branches/Async/HeuristicLab.Common/3.3/ObjectExtensions.cs (modified) * branches/Async/HeuristicLab.Core (modified) * branches/Async/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj (modified) * branches/Async/HeuristicLab.Core.Views/3.3/ParameterizedItemView.Designer.cs (copied) * branches/Async/HeuristicLab.Core.Views/3.3/ParameterizedItemView.cs (copied) * branches/Async/HeuristicLab.Core/3.3/Collections/DirectedGraph/Arc.cs (modified) * branches/Async/HeuristicLab.Core/3.3/Collections/ScopeList.cs (modified) * branches/Async/HeuristicLab.Data.Views (modified) * branches/Async/HeuristicLab.Data.Views/3.3 (modified) * branches/Async/HeuristicLab.Data.Views/3.3/EnhancedStringConvertibleMatrixView.cs (modified) * branches/Async/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj (modified) * branches/Async/HeuristicLab.Data.Views/3.3/StringConvertibleArrayView.cs (modified) * branches/Async/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs (modified) * branches/Async/HeuristicLab.Data.Views/3.3/StringConvertibleValueView.Designer.cs (modified) * branches/Async/HeuristicLab.Data/3.3 (modified) * branches/Async/HeuristicLab.Data/3.3/BoolArray.cs (modified) * branches/Async/HeuristicLab.Data/3.3/DoubleArray.cs (modified) * branches/Async/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj (modified) * branches/Async/HeuristicLab.Data/3.3/IntArray.cs (modified) * branches/Async/HeuristicLab.Data/3.3/Interfaces/IStringConvertibleArray.cs (modified) * branches/Async/HeuristicLab.Data/3.3/Interfaces/IValueTypeArray.cs (copied) * branches/Async/HeuristicLab.Data/3.3/StringArray.cs (modified) * branches/Async/HeuristicLab.Data/3.3/StringConvertibleArray.cs (copied) * branches/Async/HeuristicLab.Data/3.3/ValueTypeArray.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/CheckedFilterCollectionView.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/CheckedFilterCollectionView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/DataCompletenessView.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/DataCompletenessView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingMenuItem.cs (copied) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessorStarter.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/FilterView.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/FilterView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/HistogramView.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/HistogramView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/LineChartView.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/LineChartView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/Plugin.cs.frame (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingChartView.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingChartView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedItemListView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingDataTableView.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingDataTableView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingFeatureCorrelationView.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingFeatureCorrelationView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingScatterPlotView.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingScatterPlotView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/RenameColumnsDialog.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/SearchAndReplaceDialog.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/SearchAndReplaceDialog.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/ViewShortcutListView.Designer.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing/3.4 (modified) * branches/Async/HeuristicLab.DataPreprocessing/3.4/Content (copied) * branches/Async/HeuristicLab.DataPreprocessing/3.4/Data (copied) * branches/Async/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj (modified) * branches/Async/HeuristicLab.DataPreprocessing/3.4/Implementations (deleted) * branches/Async/HeuristicLab.DataPreprocessing/3.4/Interfaces (deleted) * branches/Async/HeuristicLab.DataPreprocessing/3.4/Logic (copied) * branches/Async/HeuristicLab.DataPreprocessing/3.4/Plugin.cs.frame (modified) * branches/Async/HeuristicLab.DataPreprocessing/3.4/PreprocessingContext.cs (copied) * branches/Async/HeuristicLab.DataPreprocessing/3.4/ProblemDataCreator.cs (modified) * branches/Async/HeuristicLab.DataPreprocessing/3.4/Utils (deleted) * branches/Async/HeuristicLab.Encodings.BinaryVectorEncoding (modified) * branches/Async/HeuristicLab.Encodings.IntegerVectorEncoding (modified) * branches/Async/HeuristicLab.Encodings.PermutationEncoding (modified) * branches/Async/HeuristicLab.Encodings.RealVectorEncoding (modified) * branches/Async/HeuristicLab.Encodings.ScheduleEncoding/3.3/ScheduleEncoding/Schedule.cs (modified) * branches/Async/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding (modified) * branches/Async/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views (modified) * branches/Async/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Grammars/SimpleSymbolicExpressionGrammar.cs (modified) * branches/Async/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/SymbolicExpressionTreeEncoding.cs (modified) * branches/Async/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/SymbolicExpressionTreeNode.cs (modified) * branches/Async/HeuristicLab.ExtLibs (modified) * branches/Async/HeuristicLab.ExtLibs.sln (modified) * branches/Async/HeuristicLab.ExtLibs/HeuristicLab.MathJax/1.1 (deleted) * branches/Async/HeuristicLab.ExtLibs/HeuristicLab.MathJax/2.6.1 (copied) * branches/Async/HeuristicLab.ExtLibs/HeuristicLab.SharpDX (deleted) * branches/Async/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/DockForm.Designer.cs (modified) * branches/Async/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/DockForm.cs (modified) * branches/Async/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/DockingMainForm.cs (modified) * branches/Async/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/MainForm.cs (modified) * branches/Async/HeuristicLab.Operators/3.3/InstrumentedOperator.cs (modified) * branches/Async/HeuristicLab.Optimization (modified) * branches/Async/HeuristicLab.Optimization.Operators/3.3/MultiObjective/RankAndCrowdingSorter.cs (modified) * branches/Async/HeuristicLab.Optimization.Views (modified) * branches/Async/HeuristicLab.Optimization.Views/3.3/AlgorithmView.cs (modified) * branches/Async/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj (modified) * branches/Async/HeuristicLab.Optimization.Views/3.3/ICharacteristicCalculatorView.Designer.cs (copied) * branches/Async/HeuristicLab.Optimization.Views/3.3/ICharacteristicCalculatorView.cs (copied) * branches/Async/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionTableView.cs (modified) * branches/Async/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj (modified) * branches/Async/HeuristicLab.Optimization/3.3/Interfaces/ICharacteristicCalculator.cs (copied) * branches/Async/HeuristicLab.Optimization/3.3/Termination/ExecutionTimeTerminator.cs (modified) * branches/Async/HeuristicLab.Optimizer (modified) * branches/Async/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.Designer.cs (modified) * branches/Async/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.cs (modified) * branches/Async/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj (modified) * branches/Async/HeuristicLab.Optimizer/3.3/NewItemDialog.cs (modified) * branches/Async/HeuristicLab.Optimizer/3.3/OptimizerDockingMainForm.cs (modified) * branches/Async/HeuristicLab.Optimizer/3.3/OptimizerMultipleDocumentMainForm.cs (modified) * branches/Async/HeuristicLab.Optimizer/3.3/OptimizerSingleDocumentMainForm.cs (modified) * branches/Async/HeuristicLab.Optimizer/3.3/Plugin.cs.frame (modified) * branches/Async/HeuristicLab.Optimizer/3.3/Properties/Settings.Designer.cs (modified) * branches/Async/HeuristicLab.Optimizer/3.3/Properties/Settings.settings (modified) * branches/Async/HeuristicLab.Optimizer/3.3/app.config (modified) * branches/Async/HeuristicLab.Persistence (modified) * branches/Async/HeuristicLab.PluginInfrastructure/3.3/CommandLineArgumentHandling/CommandLineArgumentHandling.cs (modified) * branches/Async/HeuristicLab.PluginInfrastructure/3.3/Properties/Settings.Designer.cs (modified) * branches/Async/HeuristicLab.PluginInfrastructure/3.3/Properties/Settings.settings (modified) * branches/Async/HeuristicLab.PluginInfrastructure/3.3/Starter/StarterForm.cs (modified) * branches/Async/HeuristicLab.PluginInfrastructure/3.3/app.config (modified) * branches/Async/HeuristicLab.Problems.ArtificialAnt (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/Interfaces/ISymbolicClassificationModelCreator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/Interfaces/ISymbolicDiscriminantFunctionClassificationModelCreator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/ModelCreators/AccuracyMaximizingThresholdsModelCreator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/ModelCreators/NearestNeighborModelCreator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/ModelCreators/NormalDistributedThresholdsModelCreator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/MultiObjective/SymbolicClassificationMultiObjectiveEvaluator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/MultiObjective/SymbolicClassificationMultiObjectiveTrainingBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/MultiObjective/SymbolicClassificationMultiObjectiveValidationBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectivePenaltyScoreEvaluator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectiveTrainingBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectiveTrainingParetoBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectiveValidationBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectiveValidationParetoBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SymbolicClassificationModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SymbolicClassificationPhenotypicDiversityAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SymbolicClassificationPruningOperator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SymbolicDiscriminantFunctionClassificationModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SymbolicNearestNeighbourClassificationModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views/3.4/InteractiveSymbolicRegressionSolutionSimplifierView.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4 (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/MultiObjective/PearsonRSquaredNestedTreeSizeEvaluator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/MultiObjective/PearsonRSquaredNumberOfVariablesEvaluator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/MultiObjective/PearsonRSquaredTreeComplexityEvaluator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/MultiObjective/SymbolicRegressionMultiObjectiveEvaluator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/MultiObjective/SymbolicRegressionMultiObjectiveMeanSquaredErrorTreeSizeEvaluator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/MultiObjective/SymbolicRegressionMultiObjectivePearsonRSquaredTreeSizeEvaluator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/MultiObjective/SymbolicRegressionMultiObjectiveTrainingBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/MultiObjective/SymbolicRegressionMultiObjectiveValidationBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SingleObjective/Evaluators/SymbolicRegressionConstantOptimizationEvaluator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SingleObjective/SymbolicRegressionSingleObjectiveTrainingBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SingleObjective/SymbolicRegressionSingleObjectiveTrainingParetoBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SingleObjective/SymbolicRegressionSingleObjectiveValidationBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SingleObjective/SymbolicRegressionSingleObjectiveValidationParetoBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SingleObjective/SymbolicRegressionSolutionsAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SymbolicRegressionModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SymbolicRegressionPruningOperator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis.Views/3.4/InteractiveSymbolicTimeSeriesPrognosisSolutionSimplifierView.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis/3.4/SingleObjective/SymbolicTimeSeriesPrognosisSingleObjectiveMeanSquaredErrorEvaluator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis/3.4/SingleObjective/SymbolicTimeSeriesPrognosisSingleObjectiveTrainingBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis/3.4/SingleObjective/SymbolicTimeSeriesPrognosisSingleObjectiveValidationBestSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis/3.4/SymbolicTimeSeriesPrognosisModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Views (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/MathSymbolicDataAnalysisModelView.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/displayModelFrame.html (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Creators/MultiSymbolicDataAnalysisExpressionCreator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionContextAwareCrossover.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionCrossover.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionDepthConstrainedCrossover.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionDeterministicBestCrossover.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionProbabilisticFunctionalCrossover.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionSemanticSimilarityCrossover.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Evaluators/SymbolicDataAnalysisEvaluator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Evaluators/SymbolicDataAnalysisMultiObjectiveEvaluator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Formatters/SymbolicDataAnalysisExpressionLatexFormatter.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/VariableCondition.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/SingleObjective/Evaluator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/AbstractFeatureCorrelationCalculator.cs (copied) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/AbstractFeatureCorrelationView.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/FeatureCorrelationCalculator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/FeatureCorrelationView.Designer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/FeatureCorrelationView.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/TimeframeFeatureCorrelationCalculator.cs (copied) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/TimeframeFeatureCorrelationView.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionEnsembleSolutionModelView.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionEnsembleSolutionModelWeightsView.Designer.cs (copied) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionEnsembleSolutionModelWeightsView.cs (copied) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionErrorCharacteristicsCurveView.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionEstimatedValuesView.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionScatterPlotView.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/RegressionSolutionView.Designer.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/RegressionSolutionView.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Dataset.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationEnsembleModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationModel.cs (copied) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationPerformanceMeasures.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationProblem.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationProblemData.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationSolutionBase.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/DiscriminantFunctionClassificationModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Clustering/ClusteringProblem.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/ConstantModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/DataAnalysisModel.cs (copied) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/DataAnalysisProblem.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/DataAnalysisProblemData.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/ConstantRegressionModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionEnsembleModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionEnsembleSolution.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionModel.cs (copied) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionProblemData.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionSolutionVariableImpactsCalculator.cs (copied) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/TimeSeriesPrognosis/Models/ConstantTimeSeriesPrognosisModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/TimeSeriesPrognosis/Models/TimeSeriesPrognosisAutoRegressiveModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/TimeSeriesPrognosis/TimeSeriesPrognosisResults.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/TimeSeriesPrognosis/TimeSeriesPrognosisSolutionBase.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Transformations/Transformation.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblem.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblemData.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDependencyCalculator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionEnsembleModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionEnsembleSolution.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionModel.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionProblemData.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/ModifiableDataset.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/OnlineCalculators/ConfusionMatrixCalculator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/OnlineCalculators/DependencyCalculator/HoeffdingsDependenceCalculator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/OnlineCalculators/DependencyCalculator/PearsonsRDependenceCalculator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/OnlineCalculators/DependencyCalculator/PearsonsRSquaredDependenceCalculator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/OnlineCalculators/DependencyCalculator/SpearmansRankCorrelationCoefficientCalculator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/OnlineCalculators/FOneScoreCalculator.cs (modified) * branches/Async/HeuristicLab.Problems.DataAnalysis/3.4/Plugin.cs.frame (modified) * branches/Async/HeuristicLab.Problems.ExternalEvaluation/3.4/ExternalEvaluationProblem.cs (modified) * branches/Async/HeuristicLab.Problems.ExternalEvaluation/3.4/MultiObjectiveExternalEvaluationProblem.cs (modified) * branches/Async/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/OptimizationSupportScript.cs (modified) * branches/Async/HeuristicLab.Problems.GrammaticalEvolution (modified) * branches/Async/HeuristicLab.Problems.GrammaticalEvolution/3.3/Mappers/GenotypeToPhenotypeMapper.cs (modified) * branches/Async/HeuristicLab.Problems.GrammaticalEvolution/3.4/ArtificialAnt/GEArtificialAntProblem.cs (modified) * branches/Async/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/GenotypeToPhenotypeMapper.cs (modified) * branches/Async/HeuristicLab.Problems.Instances (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis.Views (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/ClassificationImportTypeDialog.Designer.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/Plugin.cs.frame (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/RegressionImportTypeDialog.Designer.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/RegressionInstanceProviderView.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/TimeSeriesPrognosisImportTypeDialog.Designer.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis/3.3/DataAnalysisInstanceProvider.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Plugin.cs.frame (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Data/RegressionRealWorld.zip (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/FeatureSelection/FeatureSelectionRegressionProblemData.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Friedman (copied) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/RealWorld/RealWorldRegressionInstanceProvider.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/RealWorld/SARCOS.cs (copied) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/VariableNetworks (copied) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Vladislavleva/KotanchekFunction.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.DataAnalysis/3.3/TableFileParser.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.TSPLIB.Views (modified) * branches/Async/HeuristicLab.Problems.Instances.TSPLIB/3.3/HeuristicLab.Problems.Instances.TSPLIB-3.3.csproj (modified) * branches/Async/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBATSPInstanceProvider.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBCVRPInstanceProvider.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBHeterogeneousPTSPDataDescriptor.cs (copied) * branches/Async/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBHeterogeneousPTSPInstanceProvider.cs (copied) * branches/Async/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBHomogeneousPTSPDataDescriptor.cs (copied) * branches/Async/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBHomogeneousPTSPInstanceProvider.cs (copied) * branches/Async/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBInstanceProvider.cs (modified) * branches/Async/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBPTSPInstanceProvider.cs (copied) * branches/Async/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBTSPInstanceProvider.cs (modified) * branches/Async/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj (modified) * branches/Async/HeuristicLab.Problems.Instances/3.3/Types/DistanceHelper.cs (modified) * branches/Async/HeuristicLab.Problems.Instances/3.3/Types/PTSPData.cs (copied) * branches/Async/HeuristicLab.Problems.LawnMower (modified) * branches/Async/HeuristicLab.Problems.Orienteering/3.3/Analyzers/BestOrienteeringSolutionAnalyzer.cs (modified) * branches/Async/HeuristicLab.Problems.PTSP (copied) * branches/Async/HeuristicLab.Problems.PTSP.Views (copied) * branches/Async/HeuristicLab.Problems.Programmable/3.3/MultiObjectiveProgrammableProblem.cs (modified) * branches/Async/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblem.cs (modified) * branches/Async/HeuristicLab.Problems.QuadraticAssignment (modified) * branches/Async/HeuristicLab.Problems.QuadraticAssignment.Views (modified) * branches/Async/HeuristicLab.Problems.TestFunctions (modified) * branches/Async/HeuristicLab.Problems.TestFunctions/3.3/RealVectorToRealVectorEncoder.cs (modified) * branches/Async/HeuristicLab.Problems.TravelingSalesman.Views (modified) * branches/Async/HeuristicLab.Problems.VehicleRouting (modified) * branches/Async/HeuristicLab.Problems.VehicleRouting.Views (modified) * branches/Async/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDExchange/PotvinPDExchangeSingleMoveGenerator.cs (modified) * branches/Async/HeuristicLab.Services.Hive (modified) * branches/Async/HeuristicLab.Services.Hive.DataAccess (modified) * branches/Async/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database.sql (modified) * branches/Async/HeuristicLab.Services.Hive/3.3/HiveService.cs (modified) * branches/Async/HeuristicLab.Services.OKB.DataAccess/3.3/CharacteristicType.cs (copied) * branches/Async/HeuristicLab.Services.OKB.DataAccess/3.3/HeuristicLab.Services.OKB.DataAccess-3.3.csproj (modified) * branches/Async/HeuristicLab.Services.OKB.DataAccess/3.3/OKB.dbml (modified) * branches/Async/HeuristicLab.Services.OKB.DataAccess/3.3/OKB.dbml.layout (modified) * branches/Async/HeuristicLab.Services.OKB.DataAccess/3.3/OKB.designer.cs (modified) * branches/Async/HeuristicLab.Services.OKB.DataAccess/3.3/SQL Scripts/Initialize OKB.sql (modified) * branches/Async/HeuristicLab.Services.OKB/3.3/HeuristicLab.Services.OKB-3.3.csproj (modified) * branches/Async/HeuristicLab.Services.OKB/3.3/Query/Convert.cs (modified) * branches/Async/HeuristicLab.Services.OKB/3.3/Query/DataTransfer/Algorithm.cs (modified) * branches/Async/HeuristicLab.Services.OKB/3.3/RunCreation/Convert.cs (modified) * branches/Async/HeuristicLab.Services.OKB/3.3/RunCreation/DataTransfer/SingleObjectiveSolution.cs (copied) * branches/Async/HeuristicLab.Services.OKB/3.3/RunCreation/DataTransfer/Solution.cs (copied) * branches/Async/HeuristicLab.Services.OKB/3.3/RunCreation/IRunCreationService.cs (modified) * branches/Async/HeuristicLab.Services.OKB/3.3/RunCreation/MissingProblem.cs (copied) * branches/Async/HeuristicLab.Services.OKB/3.3/RunCreation/MissingSolution.cs (copied) * branches/Async/HeuristicLab.Services.OKB/3.3/RunCreation/RunCreationService.cs (modified) * branches/Async/HeuristicLab.Services.OKB/3.3/RunCreation/UnknownCharacteristicType.cs (copied) * branches/Async/HeuristicLab.Tests (modified) * branches/Async/HeuristicLab.Tests/HeuristicLab-3.3/CollectObjectGraphTest.cs (modified) * branches/Async/HeuristicLab.Tests/HeuristicLab-3.3/DeepCloneableCloningTest.cs (modified) * branches/Async/HeuristicLab.Tests/HeuristicLab-3.3/StorableConstructorTest.cs (deleted) * branches/Async/HeuristicLab.Tests/HeuristicLab-3.3/StorableTest.cs (copied) * branches/Async/HeuristicLab.Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/GaussianProcessFunctionsTest.cs (modified) * branches/Async/HeuristicLab.Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/GaussianProcessRegressionTest.cs (modified) * branches/Async/HeuristicLab.Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/GradientBoostingTest.cs (modified) * branches/Async/HeuristicLab.Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/MctsSymbolicRegressionTest.cs (copied) * branches/Async/HeuristicLab.Tests/HeuristicLab.Problems.Instances.DataAnalysis-3.3/TableFileParserTest.cs (modified) * branches/Async/HeuristicLab.Tests/HeuristicLab.Problems.PTSP-3.3 (copied) * branches/Async/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) * branches/Async/HeuristicLab.Visualization.ChartControlsExtensions/3.3/ChartUtil.cs (copied) * branches/Async/HeuristicLab.Visualization.ChartControlsExtensions/3.3/HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj (modified) * branches/Async/HeuristicLab/3.3/CustomPostBuildTemplate_UpdateLocalInstallation.cmd (deleted) * branches/Async/HeuristicLab/3.3/Files.txt (deleted) * branches/Async/HeuristicLab/3.3/Files.x64.txt (deleted) * branches/Async/HeuristicLab/3.3/Files.x86.txt (deleted) * branches/Async/HeuristicLab/3.3/HeuristicLab-3.3.csproj (modified) * branches/Async/MergeConfigs.cmd (modified) * branches/Async/MergeConfigs.sh (modified) * branches/Async/prepareProjectsForMono.sh (modified) #2258: merged r13329:14000 from trunk into branch Sat, 22 Jul 2017 21:26:18 GMT abeham [15279] * branches/PerformanceComparison/HeuristicLab.Analysis.FitnessLandscape/3.3/Analysis/InformationAnalyzer.cs (modified) #2457: readded information analysis chart Fri, 21 Jul 2017 09:29:08 GMT abeham [15278] * stable (modified) * stable/HeuristicLab.Optimizer (modified) * stable/HeuristicLab.Optimizer/3.3/Documents/GA_BPP.hl (modified) * stable/HeuristicLab.Problems.BinPacking (modified) * stable/HeuristicLab.Problems.BinPacking.Views (modified) * stable/HeuristicLab.Problems.BinPacking.Views/3.3/Container3DView.xaml (modified) * stable/HeuristicLab.Problems.BinPacking.Views/3.3/Container3DView.xaml.cs (modified) * stable/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj (modified) * stable/HeuristicLab.Problems.BinPacking/3.3/2D/BinPacking2D.cs (modified) * stable/HeuristicLab.Problems.BinPacking/3.3/2D/IntegerVectorEncoding/BottomLeftIntegerVectorDecoder.cs (modified) * stable/HeuristicLab.Problems.BinPacking/3.3/2D/PermutationEncoding/BottomLeftPermutationDecoder.cs (modified) * stable/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) * stable/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/ContainerPackingInstances.zip (copied) * stable/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RealWorldContainerPackingInstanceProvider.cs (copied) * stable/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/ThreeDInstanceDescriptor.cs (copied) * stable/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/ThreeDInstanceParser.cs (copied) * stable/HeuristicLab.Problems.BinPacking/3.3/3D/IntegerVectorEncoding/BottomLeftIntegerVectorDecoder.cs (modified) * stable/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/BottomLeftPermutationDecoder.cs (modified) * stable/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/ExtremePointPermutationDecoder.cs (modified) * stable/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/ExtremePointPermutationDecoderBase.cs (copied) * stable/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/FreeVolumeBestFitExtremePointPermutationDecoder.cs (copied) * stable/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/ResidualSpaceBestFitExtremePointPermutationDecoder.cs (copied) * stable/HeuristicLab.Problems.BinPacking/3.3/3D/ProblemBase.cs (modified) * stable/HeuristicLab.Problems.BinPacking/3.3/Algorithms (copied) * stable/HeuristicLab.Problems.BinPacking/3.3/BinPacking.cs (modified) * stable/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj (modified) #2762, #2739: merged revisions 14708, 14709, 14971, 14978, 14979, ... Fri, 21 Jul 2017 09:18:40 GMT abeham [15277] * stable (modified) * stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/AdaptiveRandomTopologyUpdater.cs (copied) * stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj (modified) * stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/MultiPSOTopologyUpdater.cs (modified) * stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ParticleSwarmOptimization.cs (modified) * stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ParticleSwarmOptimizationMainLoop.cs (modified) * stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/RandomTopologyInitializer.cs (modified) * stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/RingTopologyInitializer.cs (modified) * stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/SPSORandomTopologyInitializer.cs (copied) * stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/TopologyInitializer.cs (modified) * stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/VonNeumannTopologyInitializer.cs (modified) * stable/HeuristicLab.Encodings.RealVectorEncoding (modified) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj (modified) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorParticleCreator.cs (modified) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorParticleUpdater.cs (modified) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorNeighborhoodParticleUpdater.cs (modified) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorParticleCreator.cs (modified) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorParticleUpdater.cs (modified) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorSwarmUpdater.cs (modified) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorTotallyConnectedParticleUpdater.cs (modified) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/SPSO2007ParticleUpdater.cs (copied) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/SPSO2007VelocityInitializer.cs (copied) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/SPSO2011ParticleUpdater.cs (copied) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/SPSO2011VelocityInitializer.cs (copied) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/SPSOParticleCreator.cs (copied) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/SPSOParticleUpdater.cs (copied) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/SPSOSwarmUpdater.cs (copied) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/SPSOVelocityInitializer.cs (copied) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/RealVector.cs (modified) * stable/HeuristicLab.Encodings.RealVectorEncoding/3.3/RealVectorEncoding.cs (modified) * stable/HeuristicLab.Optimization (modified) * stable/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj (modified) * stable/HeuristicLab.Optimization/3.3/Interfaces/IGlobalParticleUpdater.cs (deleted) * stable/HeuristicLab.Optimization/3.3/Interfaces/ILocalParticleUpdater.cs (deleted) * stable/HeuristicLab.Optimization/3.3/Interfaces/IParticleCreator.cs (modified) * stable/HeuristicLab.Optimizer (modified) * stable/HeuristicLab.Optimizer/3.3/Documents/PSO_Rastrigin.hl (copied) * stable/HeuristicLab.Optimizer/3.3/Documents/PSO_Schwefel.hl (deleted) * stable/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj (modified) * stable/HeuristicLab.Optimizer/3.3/StartPage.cs (modified) * stable/HeuristicLab.Problems.TestFunctions (modified) * stable/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs (modified) * stable/HeuristicLab.Tests (modified) * stable/HeuristicLab.Tests/HeuristicLab-3.3/Samples/PsoRastriginSampleTest.cs (copied) * stable/HeuristicLab.Tests/HeuristicLab-3.3/Samples/PsoSchwefelSampleTest.cs (deleted) * stable/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) #2797: merged revisions 15071, 15076, 15091, 15092, 15093, 15096, ... Thu, 20 Jul 2017 20:54:54 GMT abeham [15276] * trunk/sources/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) * trunk/sources/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/ExtremePointPermutationDecoderBase.cs (modified) * trunk/sources/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/FreeVolumeBestFitExtremePointPermutationDecoder.cs (modified) * trunk/sources/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/ResidualSpaceBestFitExtremePointPermutationDecoder.cs (modified) * trunk/sources/HeuristicLab.Problems.BinPacking/3.3/3D/ProblemBase.cs (modified) #2762: * (hopefully) fixed unit test (the instances' items were ... Thu, 20 Jul 2017 09:39:53 GMT pkimmesw [15275] * branches/PushGP/HeuristicLab.PushGP/.idea (added) * branches/PushGP/HeuristicLab.PushGP/.idea/.idea.PushGp (added) * branches/PushGP/HeuristicLab.PushGP/.idea/.idea.PushGp/.idea (added) * branches/PushGP/HeuristicLab.PushGP/.vs/PushGp/v14/.suo (modified) * branches/PushGP/HeuristicLab.PushGP/HL Files/test.hl (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Erc/IReadOnlyErcOptions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/IIndividualZeroErrorDistributionAnalyzer.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/IndividualZeroErrorAnalyzer.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/IndividualZeroErrorDistributionAnalyzer.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Crossover (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Crossover/AlternationCrossover.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Crossover/IPlushCrossover.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushEncoding.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushEntry.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushVector.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Generators/CodeGenerator/CodeGeneratorUtils.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Manipulator (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Manipulator/IPlushManipulator.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Manipulator/UniformMutation.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/IntegerVectorPushBenchmarkSuiteProblem.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PlushPushBenchmarkSuiteProblem.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PushBenchmarkSuiteProblem.cs (deleted) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/IntegerVectorPushProblem.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PlushPushProblem.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushProblem.cs (deleted) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushProblemBase.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Selector/LexicaseSelector.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/IPlushCreator.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/PlushCreator.cs (added) #2665 Added PlushEncoding, ZeroErrorDistributionAnalzer Wed, 19 Jul 2017 12:32:57 GMT pfleck [15274] * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/CheckedTransformationListView.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/FilterView.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/TransformationView.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/CorrelationMatrixContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/DataCompletenessChartContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/DataGridContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/FilterContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/HistogramContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/LineChartContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/ManipulationContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/MultiScatterPlotContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/PreprocessingChartContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/PreprocessingContent.cs (added) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/ScatterPlotContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/SingleScatterPlotContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/StatisticsContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/TransformationContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/FilteredPreprocessingData.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/PreprocessingData.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Logic/FilterLogic.cs (deleted) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Logic/ManipulationLogic.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Logic/StatisticsLogic.cs (modified) #2809: - Removed `FilterLogic`. - Made Contents storable and ... Wed, 19 Jul 2017 10:55:58 GMT pkimmesw [15273] * branches/PushGP/HeuristicLab.PushGP/.vs/PushGp/v14/.suo (modified) * branches/PushGP/HeuristicLab.PushGP/FeatureTests/Program.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HL Files/test.hl (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ProblemData.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Erc/ErcOptionConvertible.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Extensions (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Extensions/EnumerableExtensions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/HeuristicLab.Problems.ProgramSynthesis.Base.csproj (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Weighted/WeightedExtensions.cs (deleted) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/IIndividualZeroErrorAnalyzer.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/IndividualZeroErrorAnalyzer.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/PushExpressionFrequencyAnalyzer.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Attributes/PushExpressionAttriubte.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/IEnabledExpressionsConfiguration.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/IReadonlyPushConfiguration.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/PushConfigurationBase.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/PushConfigurationParameterCollection.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Constants/Environment.cs (deleted) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Encoding (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/IPlushOperator.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushEncoding.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushEntry.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushVector.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/ExpressionTable.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/InExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Extensions/ProblemDataExtensions.cs (deleted) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Generators/CodeGenerator/CodeGeneratorUtils.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Generators/CodeGenerator/LinearCodeGenerator.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Generators/CodeGenerator/RecursiveCodeGenerator.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Individual/IndividualExtensions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Individual/InduvidualMapper.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/Extensions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/IPushInterpreter.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PooledPushInterpreter.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PushInterpreter.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PushInterpreterPool.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/ObjectPools/Random (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/ObjectPools/Random/SeededRandomPool.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/BenchmarkSuitePushSolutionView.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PushBenchmarkSuiteEvaluator.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PushBenchmarkSuiteProblem.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/IndividualMapper.cs (deleted) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushProblem.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushSolution.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/IPlushCreator.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/PushSolutionCreator.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/PushSolutionEncoding.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushDebuggerView.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Benchmark/SolutionTests.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/CommonTests.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/ExampleTests.cs (modified) #2665 Started Plush Encoding, Added Zero Error Individual Count Analyzer Wed, 19 Jul 2017 10:42:00 GMT gkronber [15272] * stable (modified) * stable/HeuristicLab.Optimizer (modified) * stable/HeuristicLab.Optimizer/3.3/Documents/OSGP_SymReg.hl (modified) * stable/HeuristicLab.Tests (modified) * stable/HeuristicLab.Tests/HeuristicLab-3.3/Samples/GPSymbolicRegressionSampleWithOSTest.cs (modified) #2802: merged r15271 from trunk to stable Wed, 19 Jul 2017 10:40:18 GMT gkronber [15271] * trunk/sources/HeuristicLab.Optimizer/3.3/Documents/OSGP_SymReg.hl (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/Samples/GPSymbolicRegressionSampleWithOSTest.cs (modified) #2802 fixed a typo in the sample description Wed, 19 Jul 2017 09:24:43 GMT pfleck [15270] * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/CorrelationMatrixContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/DataCompletenessChartContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/DataGridContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/StatisticsContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/FilteredPreprocessingData.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/IFilteredPreprocessingData.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/IPreprocessingData.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/ITransactionalPreprocessingData.cs (deleted) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/PreprocessingData.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/TransactionalPreprocessingData.cs (deleted) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Logic/ManipulationLogic.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Logic/StatisticsLogic.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/PreprocessingContext.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/PreprocessingTransformator.cs (modified) #2809: Removed `TransactionalPreprocessingData` and moved relevant ... Tue, 18 Jul 2017 12:19:29 GMT pfleck [15269] * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/DataCompletenessView.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/ViewShortcutListView.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/DataCompletenessChartContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Content/ManipulationContent.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/FilteredPreprocessingData.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/IPreprocessingData.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/PreprocessingData.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Data/TransactionalPreprocessingData.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Logic/FilterLogic.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Logic/ManipulationLogic.cs (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Logic/SearchLogic.cs (deleted) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Logic/StatisticsLogic.cs (modified) #2809: Removed `SearchLogic` Tue, 18 Jul 2017 08:27:37 GMT pfleck [15268] * branches/DataPreprocessing Cleanup (added) * branches/DataPreprocessing Cleanup/Build.cmd (copied) * branches/DataPreprocessing Cleanup/DataPreprocessing Cleanup.sln (added) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing (copied) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views (copied) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj (modified) * branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj (modified) * branches/DataPreprocessing Cleanup/PreBuildEvent.cmd (copied) #2809 Added branch with the DataPreprocessing plugins. Mon, 17 Jul 2017 20:02:39 GMT mkommend [15267] * stable (modified) * stable/HeuristicLab.Optimization.Views (modified) * stable/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.cs (modified) #2810: Merged r15264, r15265, r15266 to stable. Mon, 17 Jul 2017 20:00:44 GMT mkommend [15266] * trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.cs (modified) #2810: Moved condition to check for SizeDimension.Constant to the top. Mon, 17 Jul 2017 14:01:46 GMT pfleck [15265] * trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.cs (modified) #2810: Show empty string for "Constant" bubble size ("Constant:2" was ... Mon, 17 Jul 2017 12:58:30 GMT mkommend [15264] * trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.cs (modified) #2810: Corrected tooltip for non-numerical values. Sun, 16 Jul 2017 11:13:49 GMT jkarder [15263] * stable (modified) * stable/HeuristicLab.Clients.Hive.Slave/3.3/Executor.cs (modified) * stable/HeuristicLab.Clients.Hive.Slave/3.3/Manager/TaskManager.cs (modified) * stable/HeuristicLab.Clients.Hive.Slave/3.3/SlaveTask.cs (modified) #2791: merged r15004 into stable Sun, 16 Jul 2017 11:08:06 GMT jkarder [15262] * stable (modified) * stable/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs (modified) * stable/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.cs (modified) * stable/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.cs (modified) * stable/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.designer.cs (modified) * stable/HeuristicLab.Clients.Hive/3.3/HiveClient.cs (modified) * stable/HeuristicLab.Clients.Hive/3.3/HiveTasks/OptimizerHiveTask.cs (modified) * stable/HeuristicLab.Clients.Hive/3.3/RefreshableJob.cs (modified) * stable/HeuristicLab.Services.Hive (modified) * stable/HeuristicLab.Services.Hive/3.3/HiveService.cs (modified) #2784: merged r14901 and r15121 into stable Sun, 16 Jul 2017 11:03:37 GMT jkarder [15261] * stable (modified) * stable/HeuristicLab.Clients.Access/3.3/ServiceClients/AccessServiceClient.cs (modified) * stable/HeuristicLab.Clients.Access/3.3/ServiceClients/GenerateServiceClients.cmd (modified) * stable/HeuristicLab.Clients.Access/3.3/app.config (modified) * stable/HeuristicLab.Clients.Hive.Slave.ConsoleClient/3.3/app.config (modified) * stable/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/app.config (modified) * stable/HeuristicLab.Clients.Hive.Slave.Views/3.3/app.config (modified) * stable/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/app.config (modified) * stable/HeuristicLab.Clients.Hive.Slave/3.3/app.config (modified) * stable/HeuristicLab.Clients.Hive/3.3/HeuristicLab.Clients.Hive-3.3.csproj (modified) * stable/HeuristicLab.Clients.Hive/3.3/ServiceClients/GenerateServiceClients.cmd (modified) * stable/HeuristicLab.Clients.Hive/3.3/ServiceClients/HiveServiceClient.cs (modified) * stable/HeuristicLab.Clients.Hive/3.3/ServiceClients/SlaveStatistics.cs (deleted) * stable/HeuristicLab.Clients.Hive/3.3/ServiceClients/Statistics.cs (deleted) * stable/HeuristicLab.Clients.Hive/3.3/ServiceClients/UserStatistics.cs (deleted) * stable/HeuristicLab.Clients.Hive/3.3/Settings.Designer.cs (modified) * stable/HeuristicLab.Clients.Hive/3.3/Settings.settings (modified) * stable/HeuristicLab.Clients.Hive/3.3/app.config (modified) * stable/HeuristicLab.Clients.OKB/3.3/Administration/ServiceClient/AdministrationServiceClient.cs (modified) * stable/HeuristicLab.Clients.OKB/3.3/Administration/ServiceClient/GenerateServiceClient.cmd (modified) * stable/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj (modified) * stable/HeuristicLab.Clients.OKB/3.3/Properties/Settings.Designer.cs (copied) * stable/HeuristicLab.Clients.OKB/3.3/Properties/Settings.settings (copied) * stable/HeuristicLab.Clients.OKB/3.3/Query/QueryClient.cs (modified) * stable/HeuristicLab.Clients.OKB/3.3/Query/ServiceClient/GenerateServiceClient.cmd (modified) * stable/HeuristicLab.Clients.OKB/3.3/Query/ServiceClient/QueryServiceClient.cs (modified) * stable/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/GenerateServiceClient.cmd (modified) * stable/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/RunCreationServiceClient.cs (modified) * stable/HeuristicLab.Clients.OKB/3.3/app.config (modified) * stable/HeuristicLab.PluginInfrastructure/3.3/Advanced/DeploymentService/GenerateServiceClients.cmd (modified) * stable/HeuristicLab.PluginInfrastructure/3.3/Advanced/DeploymentService/ServiceClients.cs (modified) * stable/HeuristicLab.PluginInfrastructure/3.3/app.config (modified) * stable/HeuristicLab.Services.Access.DataAccess/3.3/ASPNETAuthentication.dbml (modified) * stable/HeuristicLab.Services.Access.DataAccess/3.3/AccessService.dbml (modified) * stable/HeuristicLab.Services.Access.DataAccess/3.3/Properties/Settings.Designer.cs (modified) * stable/HeuristicLab.Services.Access.DataAccess/3.3/Properties/Settings.settings (modified) * stable/HeuristicLab.Services.Access.DataAccess/3.3/app.config (modified) * stable/HeuristicLab.Services.Access/3.3/App.config (deleted) * stable/HeuristicLab.Services.Access/3.3/HeuristicLab.Services.Access-3.3.csproj (modified) * stable/HeuristicLab.Services.Access/3.3/Web.config (modified) * stable/HeuristicLab.Services.Access/3.3/app.config (copied) * stable/HeuristicLab.Services.Deployment.DataAccess/3.3/Deployment.dbml (modified) * stable/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.Designer.cs (modified) * stable/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.settings (modified) * stable/HeuristicLab.Services.Deployment.DataAccess/3.3/app.config (modified) * stable/HeuristicLab.Services.Deployment/3.3/App.config (deleted) * stable/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj (modified) * stable/HeuristicLab.Services.Deployment/3.3/Web.config (copied) * stable/HeuristicLab.Services.Deployment/3.3/app.config (copied) * stable/HeuristicLab.Services.Hive (modified) * stable/HeuristicLab.Services.Hive.DataAccess (modified) * stable/HeuristicLab.Services.Hive.DataAccess/3.3/HiveDataContext.dbml (modified) * stable/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.Designer.cs (modified) * stable/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.settings (modified) * stable/HeuristicLab.Services.Hive.DataAccess/3.3/app.config (modified) * stable/HeuristicLab.Services.Hive.JanitorService/3.3/app.config (modified) * stable/HeuristicLab.Services.Hive.Web/Hive-3.3/Web.config (modified) * stable/HeuristicLab.Services.Hive/3.3/app.config (modified) * stable/HeuristicLab.Services.OKB.DataAccess/3.3/OKB.dbml (modified) * stable/HeuristicLab.Services.OKB.DataAccess/3.3/app.config (modified) * stable/HeuristicLab.Services.OKB/3.3/HeuristicLab.Services.OKB-3.3.csproj (modified) * stable/HeuristicLab.Services.OKB/3.3/Web.config (copied) * stable/HeuristicLab.Services.OKB/3.3/app.config (modified) * stable/HeuristicLab.Services.OKB/3.3/web.config (deleted) * stable/HeuristicLab.Services.WebApp.Maintenance/3.3/Web.config (modified) * stable/HeuristicLab.Services.WebApp.Maintenance/3.3/app.config (modified) * stable/HeuristicLab.Services.WebApp.Statistics/3.3/Web.config (modified) * stable/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/clients/clients.cshtml (modified) * stable/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/exceptions/exceptions.cshtml (modified) * stable/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/groups/details/groupDetails.cshtml (modified) * stable/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/groups/groups.cshtml (modified) * stable/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/jobs/jobs.cshtml (modified) * stable/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/users/details/userDetails.cshtml (modified) * stable/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/users/users.cshtml (modified) * stable/HeuristicLab.Services.WebApp.Statistics/3.3/statistics.js (modified) * stable/HeuristicLab.Services.WebApp.Status/3.3/WebApi/DataController.cs (modified) * stable/HeuristicLab.Services.WebApp/3.3/Web.Debug.config (modified) * stable/HeuristicLab.Services.WebApp/3.3/Web.Release.config (modified) * stable/HeuristicLab.Services.WebApp/3.3/Web.config (modified) * stable/HeuristicLab.Services.WebApp/3.3/WebApp/Web.config (modified) * stable/HeuristicLab.Services.WebApp/3.3/WebApp/helper.js (modified) * stable/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/plugins/Web.config (modified) #2743: merged r14722, r14726, r14732, r14738, r14748:14749, r14820, ...