# # ChangeLog for branches # # Generated by Trac 1.0.12 # 07/04/24 04:03:14 Tue, 03 Dec 2013 13:55:00 GMT mkommend [10178] * branches/DataAnalysis.IslandAlgorithms (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3/ConsecutiveSamplesEvaluator.cs (added) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Tests (added) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Tests/ConsecutiveSamplesEvaluatorTest.cs (added) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Tests/HeuristicLab.Tests.csproj (added) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Tests/Properties (added) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Tests/Properties/AssemblyInfo.cs (added) #1997: Follow up commit to r10177. Added different evaluators for ... Tue, 03 Dec 2013 13:52:41 GMT mkommend [10177] * branches/DataAnalysis.IslandAlgorithms (modified) * branches/DataAnalysis.IslandAlgorithms/DataAnalysis.IslandAlgorithms.sln (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3 (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3/HeuristicLab.Algorithms.DataAnalysis.Symbolic.csproj (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3/HeuristicLab.Algorithms.DataAnalysis.Symbolic.csproj.user (deleted) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3/ISymbolicDataAnalysisIslandAlgorithmEvaluator .cs (moved) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3/RandomSamplesEvaluator .cs (moved) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3/SymbolicDataAnalysisIslandGeneticAlgorithm.cs (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3/SymbolicDataAnalysisIslandOffspringSelectionGeneticAlgorithm.cs (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.GeneticAlgorithm (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm (modified) #1997: Added different evaluators for symbolic island algorithms, ... Wed, 27 Nov 2013 16:19:47 GMT sbreuer [10169] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/PreprocessingDataStatisticInfo.cs (modified) * implemented GetStandardDeviation Wed, 27 Nov 2013 16:10:59 GMT tsteinre [10168] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (modified) * intermediate commit , further work on PreprocessingData Wed, 27 Nov 2013 16:09:42 GMT mleitner [10167] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/PreprocessingDataStatisticInfo.cs (modified) Implement GetMostCommonValue Wed, 27 Nov 2013 15:37:31 GMT sbreuer [10166] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/PreprocessingDataStatisticInfo.cs (modified) * implement GetAverage and GetMedian Wed, 27 Nov 2013 15:34:23 GMT rstoll [10165] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/PreprocessingDataStatisticInfo.cs (modified) Implementation changed for new IPreprocessingData Wed, 27 Nov 2013 15:31:24 GMT tsteinre [10164] * branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/Dataset.cs (modified) * added IsType() to DataSet Wed, 27 Nov 2013 14:52:59 GMT tsteinre [10163] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations (added) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (added) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs (modified) * modified IPreprocessingData * initial add of PreprocessingData Wed, 27 Nov 2013 14:31:25 GMT rstoll [10162] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingDataStatisticInfo.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/PreprocessingDataStatisticInfo.cs (modified) renaming somehow did not work as expected, here we go again Wed, 27 Nov 2013 14:30:07 GMT rstoll [10161] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingDataStatisticInfo.cs (moved) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/PreprocessingDataStatisticInfo.cs (moved) renamed to PreprocessingData Wed, 27 Nov 2013 14:23:28 GMT tsteinre [10160] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/EditableDataset.cs (deleted) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/Dataset.cs (modified) * branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj (modified) * branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataset.cs (deleted) * reverted changes from Dataset to r10085 * removed IDataset * ... Wed, 27 Nov 2013 14:20:12 GMT rstoll [10159] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/DataSetStatisticInfo.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IDataSetStatisticInfo.cs (moved) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs (modified) Switched from IDataset to IPreprocessingData Wed, 27 Nov 2013 14:07:15 GMT tsteinre [10158] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs (modified) * minor fix in IPreprocessingData Wed, 27 Nov 2013 14:05:55 GMT tsteinre [10157] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces (added) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs (added) * added IPreprocessingData Tue, 26 Nov 2013 14:32:09 GMT mkommend [10156] * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3/SymbolicDataAnalysisIslandGAEvaluator.cs (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3/SymbolicDataAnalysisIslandGeneticAlgorithm.cs (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3/SymbolicDataAnalysisIslandOffspringSelectionGeneticAlgorithm.cs (modified) #1997: Removed generic type parameter from ... Tue, 26 Nov 2013 08:45:11 GMT mkommend [10155] * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/IslandGeneticAlgorithm.cs (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/IslandGeneticAlgorithmMainLoop.cs (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/IslandOffspringSelectionGeneticAlgorithm.cs (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/IslandOffspringSelectionGeneticAlgorithmMainLoop.cs (modified) #1997: Added possibility to reevaluate immigrants to the IslandGA and ... Mon, 25 Nov 2013 09:42:13 GMT mkommend [10152] * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3/SymbolicDataAnalysisIslandGAEvaluator.cs (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3/SymbolicDataAnalysisIslandOffspringSelectionGeneticAlgorithm.cs (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/IslandOffspringSelectionGeneticAlgorithm.cs (modified) * branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj (modified) #1997: Improvements in island algorithms for data analysis: * ... Fri, 22 Nov 2013 13:29:40 GMT ascheibe [10151] * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching/3.3/RunCollectionModifiers/RunCollectionModifierTask.cs (modified) #1886 just a small change to go along with the changes of r10150 Wed, 20 Nov 2013 15:56:18 GMT rstoll [10148] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/DataSetStatisticInfo.cs (added) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/EditableDataset.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/IDataSetStatisticInfo.cs (added) * branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/Dataset.cs (modified) * branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataset.cs (modified) Initial work for DatasetStatisticInfo