# # ChangeLog for branches # # Generated by Trac 1.0.12 # 10/01/24 03:32:18 Fri, 24 Jan 2014 18:44:48 GMT gkronber [10393] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/BruteForceCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/Examples/Fib.txt (modified) #2026 fixed a bug in the brute force solver Fri, 24 Jan 2014 16:54:35 GMT gkronber [10392] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/BruteForceCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/Examples/symbreg Koza.txt (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.sln (modified) * branches/HeuristicLab.Problems.GPDL/TestExamples.bat (modified) #2026 implemented brute force searcher Thu, 23 Jan 2014 10:09:21 GMT mkommend [10390] * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Analyzers/SymbolicDataAnalysisSingleObjectivePruningAnalyzer.cs (copied) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisExpressionPruningOperator.cs (copied) #1997: Merged recent trunk changes (pruning operators) into the branch. Thu, 23 Jan 2014 10:03:57 GMT mkommend [10389] * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/IslandOffspringSelectionGeneticAlgorithm.cs (modified) #1997: Corrected API of island offspring selection algorithm (some ... Thu, 23 Jan 2014 08:20:15 GMT gkronber [10388] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/BruteForceCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/CodeGenerator.csproj (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/RandomSearchCodeGen.cs (modified) #2026 worked on code generator for brute force solver Wed, 22 Jan 2014 20:05:46 GMT gkronber [10387] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/RandomSearchCodeGen.cs (modified) #2025 reintegrated initialization of terminal values into the random ... Wed, 22 Jan 2014 18:27:04 GMT gkronber [10386] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/RandomSearchCodeGen.cs (modified) #2026 refactoring Wed, 22 Jan 2014 17:22:09 GMT gkronber [10385] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/RandomSearchCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/SourceBuilder.cs (modified) * branches/HeuristicLab.Problems.GPDL/TestExamples.bat (modified) #2026 removed commented code and improved layout Wed, 22 Jan 2014 17:09:44 GMT gkronber [10384] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/CodeGenerator.csproj (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/RandomSearchCodeGen.cs (modified) #2026 fixed random search code generation Wed, 22 Jan 2014 15:53:31 GMT pfleck [10383] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/DataPreprocessorStarter.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingContext.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticsLogic.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingContext.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Plugin.cs.frame (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/ProblemDataCreator.cs (moved) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.cs (modified) - Added ProblemDataCreator for instancing a new ... Wed, 22 Jan 2014 15:32:24 GMT aesterer [10382] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/LineChartLogic.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/ILineChartLogic.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/LineChartView.Designer.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/LineChartView.cs (modified) Added variable selection in line chart Wed, 22 Jan 2014 15:13:42 GMT mleitner [10381] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticsLogic.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IStatisticsLogic.cs (modified) Add Media, Average, Variance, and StdDeviation support for DateTime Wed, 22 Jan 2014 15:08:49 GMT sbreuer [10380] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataGridContentView.Designer.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataGridContentView.cs (modified) * context menu for replacing values by average, median, ... Wed, 22 Jan 2014 15:06:47 GMT mkommend [10379] * branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic (modified) * branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views (modified) * branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Exporters (copied) * branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views (deleted) * branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/MenuItems (deleted) #1837: Remaining changes from partial commit r10364 to integrate the ... Wed, 22 Jan 2014 14:56:14 GMT aesterer [10377] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/LineChartLogic.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/ILineChartLogic.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/LineChartView.Designer.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/LineChartView.cs (modified) Added line chart and basic logic for line chart Wed, 22 Jan 2014 14:31:48 GMT rstoll [10374] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IStatisticsLogic.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/StatisticsView.cs (modified) * StatisticsView values added Wed, 22 Jan 2014 14:00:43 GMT bburlacu [10373] * branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Analyzers/SymbolicDataAnalysisSingleObjectivePruningAnalyzer.cs (copied) * branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj (modified) * branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisExpressionPruningOperator.cs (copied) #1837: Merged trunk changes. Wed, 22 Jan 2014 13:45:10 GMT rstoll [10372] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.cs (modified) Forgot to adjust instantiation of StatisticsContent in ... Wed, 22 Jan 2014 13:43:39 GMT rstoll [10371] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/DataGridLogic.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticsLogic.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/StatisticsView.cs (modified) Forgot to add GetColumnTypeAsString Wed, 22 Jan 2014 13:38:34 GMT rstoll [10370] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticsContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/StatisticsView.cs (modified) Removed DataGridLogic from StatisticsView