# # ChangeLog for / # # Generated by Trac 1.0.12 # 11/22/24 18:53:36 Tue, 14 Jan 2014 14:22:06 GMT gkronber [10338] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/RandomSearchCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/Examples/symbreg Koza.txt (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.sln (modified) #2026 changing the way terminal symbols are handled (work in progress) Tue, 14 Jan 2014 14:21:09 GMT gkronber [10337] * branches/GrammaticalEvolution/GE Symbolic Regression Experiment_noconsts.hl (added) #2109: added experiment for GE symb reg with a grammar without constants Tue, 14 Jan 2014 12:26:43 GMT gkronber [10336] * branches/GrammaticalEvolution/GE Symbolic Regression Experiment [finished].hl (added) #2109: added finished experiment for symbolic regression Tue, 14 Jan 2014 11:40:26 GMT gkronber [10335] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/BruteForceCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/RandomSearchCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/HeuristicLab.Grammars-3.3.csproj (modified) #2026 worked on code generator for random search (work in progress ... Tue, 14 Jan 2014 11:26:41 GMT gkronber [10334] * branches/GrammaticalEvolution/GE Artificial Ant Experiment [finished].hl (added) #2109: added finished experiment for the artificial ant problem Mon, 13 Jan 2014 21:45:54 GMT gkronber [10333] * branches/HeuristicLab.Problems.GPDL/Examples/OnlyTerminals.txt (added) * branches/HeuristicLab.Problems.GPDL/Examples/Rastrigin.txt (added) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.sln (modified) #2026 added two more examples Mon, 13 Jan 2014 12:57:53 GMT jkarder [10332] * branches/HLScript/HeuristicLab 3.3.sln (modified) * branches/HLScript/HeuristicLab.CodeEditor/3.3/CodeEditor.cs (modified) * branches/HLScript/HeuristicLab.HLScript (added) * branches/HLScript/HeuristicLab.HLScript.Views (added) * branches/HLScript/HeuristicLab.HLScript.Views/3.3 (added) * branches/HLScript/HeuristicLab.HLScript.Views/3.3/HLScriptView.Designer.cs (added) * branches/HLScript/HeuristicLab.HLScript.Views/3.3/HLScriptView.cs (added) * branches/HLScript/HeuristicLab.HLScript.Views/3.3/HeuristicLab.HLScript.Views-3.3.csproj (added) * branches/HLScript/HeuristicLab.HLScript.Views/3.3/HeuristicLab.snk (added) * branches/HLScript/HeuristicLab.HLScript.Views/3.3/Plugin.cs.frame (added) * branches/HLScript/HeuristicLab.HLScript.Views/3.3/Properties (added) * branches/HLScript/HeuristicLab.HLScript.Views/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/HLScript/HeuristicLab.HLScript.Views/3.3/VariableStoreView.Designer.cs (added) * branches/HLScript/HeuristicLab.HLScript.Views/3.3/VariableStoreView.cs (added) * branches/HLScript/HeuristicLab.HLScript/3.3 (added) * branches/HLScript/HeuristicLab.HLScript/3.3/HLScript.cs (added) * branches/HLScript/HeuristicLab.HLScript/3.3/HLScriptGeneration.cs (added) * branches/HLScript/HeuristicLab.HLScript/3.3/HeuristicLab.HLScript-3.3.csproj (added) * branches/HLScript/HeuristicLab.HLScript/3.3/HeuristicLab.snk (added) * branches/HLScript/HeuristicLab.HLScript/3.3/Plugin.cs.frame (added) * branches/HLScript/HeuristicLab.HLScript/3.3/Properties (added) * branches/HLScript/HeuristicLab.HLScript/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/HLScript/HeuristicLab.HLScript/3.3/VariableStore.cs (added) #2136: added prototype of a scripting environment Mon, 13 Jan 2014 10:14:02 GMT jkarder [10331] * branches/HLScript (copied) #2136: created branch Sun, 12 Jan 2014 20:04:20 GMT sawinkle [10330] * branches/GrammaticalEvolution/GE Artificial Ant Experiment.hl (added) * branches/GrammaticalEvolution/GE Symbolic Regression Experiment.hl (added) #2109: Added an Artificial Ant experiment and a Symbolic Regression ... Sun, 12 Jan 2014 19:09:43 GMT sawinkle [10329] * branches/GrammaticalEvolution/OSGA Artificial Ant.hl (modified) * branches/GrammaticalEvolution/OSGA Symbolic Regression Poly 10.hl (modified) #2109: Modified test configurations of problems: * Artificial Ant: ... Sun, 12 Jan 2014 19:00:02 GMT sawinkle [10328] * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/ArtificialAnt/GEArtificialAntEvaluator.cs (modified) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/ArtificialAnt/GEArtificialAntProblem.cs (modified) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/BreathFirstMapper.cs (modified) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/DepthFirstMapper.cs (modified) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/GenotypeToPhenotypeMapper.cs (modified) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/PIGEMapper.cs (modified) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/RandomMapper.cs (modified) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/GESymbolicRegressionSingleObjectiveProblem.cs (modified) #2109: * Added method comments + refactoring. * Implemented ... Fri, 10 Jan 2014 10:30:14 GMT mkommend [10327] * branches/2135-PercentValue/3.3/PercentValue.cs (modified) #2135: Added possibility to restrict PercentValue objects to [0,1]. Fri, 10 Jan 2014 10:26:12 GMT mkommend [10326] * branches/2135-PercentValue/3.3/HeuristicLab.Data-3.3.csproj (modified) * branches/2135-PercentValue/Build.cmd (added) * branches/2135-PercentValue/HeuristicLab.PercentValue.sln (added) * branches/2135-PercentValue/PreBuildEvent.cmd (added) #2135: Added and configured solution for HeuristicLab.Data. Fri, 10 Jan 2014 10:16:21 GMT mkommend [10325] * branches/2135-PercentValue (copied) #2135: Branched HeuristicLab.Data for modification of the ... Fri, 10 Jan 2014 09:18:35 GMT gkronber [10324] * trunk/sources/HeuristicLab.Collections/3.3/HeuristicLab.Collections-3.3.csproj (modified) * trunk/sources/HeuristicLab.Collections/3.3/ObservableArray.cs (modified) * trunk/sources/HeuristicLab.Collections/3.3/ObservableList.cs (modified) * trunk/sources/HeuristicLab.Collections/3.3/Plugin.cs.frame (modified) * trunk/sources/HeuristicLab.Common/3.3/ArrayExtensions.cs (added) * trunk/sources/HeuristicLab.Common/3.3/HeuristicLab.Common-3.3.csproj (modified) * trunk/sources/HeuristicLab.Common/3.3/ListExtensions.cs (added) * trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/SamplesTest.cs (modified) * trunk/sources/HeuristicLab.Tests/TestRandom.cs (modified) #2106: changed methods for sorting in ObservableArray and ... Fri, 10 Jan 2014 08:03:14 GMT gkronber [10323] * trunk/sources/HeuristicLab.Problems.LawnMower/3.3/Interpreter.cs (modified) #2133 changed calculation of position for lawn mower when 'frogging'. Wed, 08 Jan 2014 17:10:20 GMT gkronber [10322] * branches/1721-RandomForestPersistence/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestModel.cs (modified) #1721: changed the RF model to store the original problem data ... Wed, 08 Jan 2014 16:33:53 GMT gkronber [10321] * branches/1721-RandomForestPersistence/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestClassification.cs (modified) * branches/1721-RandomForestPersistence/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestModel.cs (modified) * branches/1721-RandomForestPersistence/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestRegression.cs (modified) #1721 refactored RandormForestModel and changed persistence (store ... Wed, 08 Jan 2014 16:26:32 GMT tsteinre [10320] * branches/DataPreprocessing/HeuristicLab 3.3.sln (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/StatisticsView.cs (modified) fixed NullReference Bug in StatisticsView Wed, 08 Jan 2014 16:13:24 GMT aesterer [10319] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.designer.cs (modified) Icon resource changed