# # ChangeLog for branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic # # Generated by Trac 1.0.12 # 02/18/25 21:06:59 Wed, 27 Apr 2011 07:22:20 GMT abeham [6055] * branches/histogram (modified) * branches/histogram/HeuristicLab.Algorithms.EvolutionStrategy/3.3/EvolutionStrategy.cs (modified) * branches/histogram/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/GeneticAlgorithm.cs (modified) * branches/histogram/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/IslandGeneticAlgorithm.cs (modified) * branches/histogram/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearch.cs (modified) * branches/histogram/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearchImprovementOperator.cs (modified) * branches/histogram/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs (modified) * branches/histogram/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingImprovementOperator.cs (modified) * branches/histogram/HeuristicLab.Algorithms.TabuSearch/3.3/TabuSearch.cs (modified) * branches/histogram/HeuristicLab.Algorithms.TabuSearch/3.3/TabuSelector.cs (modified) * branches/histogram/HeuristicLab.Analysis (modified) * branches/histogram/HeuristicLab.Analysis/3.3/AlleleFrequencyAnalysis/AlleleFrequencyAnalyzer.cs (modified) * branches/histogram/HeuristicLab.Analysis/3.3/PopulationDiversityAnalysis/PopulationDiversityAnalyzer.cs (modified) * branches/histogram/HeuristicLab.Analysis/3.3/QualityAnalysis/BestAverageWorstQualityAnalyzer.cs (modified) * branches/histogram/HeuristicLab.Analysis/3.3/QualityAnalysis/BestAverageWorstQualityCalculator.cs (modified) * branches/histogram/HeuristicLab.Encodings.PermutationEncoding (modified) * branches/histogram/HeuristicLab.Operators/3.3/MultiOperator.cs (modified) * branches/histogram/HeuristicLab.Optimization/3.3/Problems/SingleObjectiveHeuristicOptimizationProblem.cs (modified) * branches/histogram/HeuristicLab.Optimizer/3.3/Documents/ES_Griewank.hl (modified) * branches/histogram/HeuristicLab.Optimizer/3.3/Documents/GA_TSP.hl (modified) * branches/histogram/HeuristicLab.Optimizer/3.3/Documents/GA_VRP.hl (modified) * branches/histogram/HeuristicLab.Optimizer/3.3/Documents/IslandGA_TSP.hl (modified) * branches/histogram/HeuristicLab.Optimizer/3.3/Documents/LS_Knapsack.hl (modified) * branches/histogram/HeuristicLab.Optimizer/3.3/Documents/SA_Rastrigin.hl (modified) * branches/histogram/HeuristicLab.Optimizer/3.3/Documents/SGP_SantaFe.hl (modified) * branches/histogram/HeuristicLab.Optimizer/3.3/Documents/SGP_SymbClass_Mammographic.hl (modified) * branches/histogram/HeuristicLab.Optimizer/3.3/Documents/SGP_SymbReg.hl (modified) * branches/histogram/HeuristicLab.Optimizer/3.3/Documents/TS_TSP.hl (modified) * branches/histogram/HeuristicLab.Optimizer/3.3/Documents/VNS_TSP.hl (modified) * branches/histogram/HeuristicLab.Parameters.Views/3.3/LookupParameterView.Designer.cs (modified) * branches/histogram/HeuristicLab.Parameters.Views/3.3/ScopeTreeLookupParameterView.Designer.cs (modified) * branches/histogram/HeuristicLab.Parameters.Views/3.3/ValueLookupParameterView.Designer.cs (modified) * branches/histogram/HeuristicLab.Persistence (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Analyzers/SymbolicDataAnalysisMultiObjectiveValidationAnalyzer.cs (modified) * branches/histogram/HeuristicLab.Problems.Knapsack/3.3/KnapsackProblem.cs (modified) * branches/histogram/HeuristicLab.Problems.TestFunctions/3.3/Analyzers/BestSingleObjectiveTestFunctionSolutionAnalyzer.cs (modified) * branches/histogram/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs (modified) * branches/histogram/HeuristicLab.Problems.TravelingSalesman/3.3/Analyzers/BestTSPSolutionAnalyzer.cs (modified) * branches/histogram/HeuristicLab.Problems.TravelingSalesman/3.3/TravelingSalesmanProblem.cs (modified) * branches/histogram/HeuristicLab.Problems.VehicleRouting (modified) * branches/histogram/HeuristicLab.Problems.VehicleRouting.Views (modified) * branches/histogram/HeuristicLab.Selection/3.3/ConditionalSelector.cs (modified) * branches/histogram/HeuristicLab.Selection/3.3/CrowdedTournamentSelector.cs (modified) * branches/histogram/HeuristicLab.Selection/3.3/GenderSpecificSelector.cs (modified) * branches/histogram/HeuristicLab.Selection/3.3/LeftSelector.cs (modified) * branches/histogram/HeuristicLab.Selection/3.3/NoSameMatesSelector.cs (modified) * branches/histogram/HeuristicLab.Selection/3.3/RandomSelector.cs (modified) * branches/histogram/HeuristicLab.Selection/3.3/RightSelector.cs (modified) * branches/histogram/HeuristicLab.Selection/3.3/SingleObjectiveSelector.cs (modified) #1465 * updated branch from trunk Fri, 15 Apr 2011 12:54:43 GMT abeham [6011] * branches/histogram (modified) * branches/histogram/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj (modified) * branches/histogram/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/KMeansClusteringModelView.Designer.cs (copied) * branches/histogram/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/KMeansClusteringModelView.cs (copied) * branches/histogram/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/SupportVectorMachineModelSupportVectorsView.cs (modified) * branches/histogram/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/SupportVectorMachineModelView.cs (modified) * branches/histogram/HeuristicLab.Algorithms.DataAnalysis/3.4/Linear/AlglibUtil.cs (modified) * branches/histogram/HeuristicLab.Algorithms.DataAnalysis/3.4/Linear/LinearDiscriminantAnalysis.cs (modified) * branches/histogram/HeuristicLab.Algorithms.DataAnalysis/3.4/Linear/LinearRegression.cs (modified) * branches/histogram/HeuristicLab.Algorithms.DataAnalysis/3.4/SupportVectorMachine/SupportVectorMachineUtil.cs (modified) * branches/histogram/HeuristicLab.Algorithms.DataAnalysis/3.4/kMeans/KMeansClustering.cs (modified) * branches/histogram/HeuristicLab.Analysis (modified) * branches/histogram/HeuristicLab.Analysis.Views/3.3/DataRowVisualPropertiesControl.Designer.cs (modified) * branches/histogram/HeuristicLab.Analysis.Views/3.3/DataRowVisualPropertiesControl.cs (modified) * branches/histogram/HeuristicLab.Analysis.Views/3.3/DataTableView.cs (modified) * branches/histogram/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesDialog.cs (modified) * branches/histogram/HeuristicLab.Analysis/3.3/DataVisualization/DataRowVisualProperties.cs (modified) * branches/histogram/HeuristicLab.Analysis/3.3/Tests (modified) * branches/histogram/HeuristicLab.Data.Views/3.3/StringConvertibleValueView.Designer.cs (modified) * branches/histogram/HeuristicLab.Data.Views/3.3/StringConvertibleValueView.cs (modified) * branches/histogram/HeuristicLab.Encodings.PermutationEncoding (modified) * branches/histogram/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Analyzers/SymbolicExpressionSymbolFrequencyAnalyzer.cs (modified) * branches/histogram/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Creators/ProbabilisticTreeCreator.cs (modified) * branches/histogram/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/SymbolicExpressionGrammarBase.cs (modified) * branches/histogram/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.Designer.cs (modified) * branches/histogram/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.cs (modified) * branches/histogram/HeuristicLab.Optimization/3.3/Problems/SingleObjectiveHeuristicOptimizationProblem.cs (modified) * branches/histogram/HeuristicLab.Persistence (modified) * branches/histogram/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling/ErrorHandling.cs (modified) * branches/histogram/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling/FrameworkVersionErrorDialog.Designer.cs (copied) * branches/histogram/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling/FrameworkVersionErrorDialog.cs (copied) * branches/histogram/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj (modified) * branches/histogram/HeuristicLab.PluginInfrastructure/3.3/Main.cs (modified) * branches/histogram/HeuristicLab.PluginInfrastructure/3.3/Starter/SplashScreen.Designer.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views/3.4/InteractiveSymbolicDiscriminantFunctionClassificationSolutionSimplifierView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views/3.4/SymbolicDiscriminantFunctionClassificationSolutionView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SymbolicDiscriminantFunctionClassificationSolution.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views/3.4/InteractiveSymbolicRegressionSolutionSimplifierView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SymbolicRegressionSolution.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/GraphicalSymbolicDataAnalysisModelView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/RunCollectionVariableImpactView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/TextualSymbolicDataAnalysisModelView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisExpressionTreeInterpreter.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionConfusionMatrixView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionEstimatedClassValuesView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationRocCurvesView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationSolutionThresholdView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Views/3.4/Clustering/ClusteringSolutionEstimatedClusterView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Views/3.4/ClusteringSolutionView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionEstimatedValuesView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionLineChartView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionScatterPlotView.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionSolution.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis/3.4/OnlineCalculators/OnlineNormalizedMeanSquaredErrorCalculator.cs (modified) * branches/histogram/HeuristicLab.Problems.DataAnalysis/3.4/Tests/OnlineCalculatorPerformanceTest.cs (modified) * branches/histogram/HeuristicLab.Problems.QuadraticAssignment.Views/3.3 (modified) * branches/histogram/HeuristicLab.Problems.QuadraticAssignment/3.3 (modified) * branches/histogram/HeuristicLab.Problems.QuadraticAssignment/3.3/Tests (modified) * branches/histogram/HeuristicLab.Problems.VehicleRouting (modified) * branches/histogram/HeuristicLab.Problems.VehicleRouting.Views (modified) * branches/histogram/HeuristicLab.Selection/3.3/NoSameMatesSelector.cs (modified) #1465 * updated branch with changes from trunk * fixed some bugs ... Tue, 05 Apr 2011 19:26:16 GMT abeham [5959] * branches/histogram (copied) #1465 * Created branch for implementing a histogram view Sun, 03 Apr 2011 15:02:13 GMT mkommend [5936] * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisExpressionTreeSimplifier.cs (modified) #1418: Removed asserts from SymbolicDataAnalysisExpressionTreeSimplifier.