# # ChangeLog for branches/HeuristicLab.Problems.GPDL # # Generated by Trac 1.0.12 # 05/18/24 09:21:52 Wed, 29 Jan 2014 14:02:11 GMT gkronber [10423] * branches/HeuristicLab.Problems.GPDL/Examples/OneMaxBinary.txt (modified) * branches/HeuristicLab.Problems.GPDL/Examples/RoyalTree.txt (modified) #2026 updated examples Tue, 28 Jan 2014 18:23:46 GMT gkronber [10415] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/MonteCarloTreeSearchCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/Examples/OneMaxBinary.txt (added) * branches/HeuristicLab.Problems.GPDL/Examples/OneMaxTernary.txt (added) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.sln (modified) #2026 implemented prevention of resampling of known nodes. Tue, 28 Jan 2014 16:09:30 GMT gkronber [10412] * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/GPDef.atg (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/Scanner.cs (modified) * branches/HeuristicLab.Problems.GPDL/SyntaxAnalyzer/GPDef.atg (modified) * branches/HeuristicLab.Problems.GPDL/SyntaxAnalyzer/Scanner.cs (modified) * branches/HeuristicLab.Problems.GPDL/SyntaxAnalyzer/SyntaxAnalyzer.csproj (modified) #2026 also support C++-style comments Tue, 28 Jan 2014 16:00:19 GMT gkronber [10411] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/MonteCarloTreeSearchCodeGen.cs (modified) #2026 refactoring Tue, 28 Jan 2014 15:26:29 GMT gkronber [10410] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/MonteCarloTreeSearchCodeGen.cs (modified) #2026 removed commented code Tue, 28 Jan 2014 15:25:36 GMT gkronber [10409] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/MonteCarloTreeSearchCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/Examples/symbreg Koza.txt (modified) #2026 prepare for inclusion of terminals into the search tree Tue, 28 Jan 2014 10:46:43 GMT gkronber [10408] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/MonteCarloTreeSearchCodeGen.cs (added) * branches/HeuristicLab.Problems.GPDL/TestAnt.bat (added) #2026 worked on MCTS solver Sun, 26 Jan 2014 13:37:40 GMT gkronber [10400] * 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 MCTS solver Sun, 26 Jan 2014 11:50:13 GMT gkronber [10399] * branches/HeuristicLab.Problems.GPDL/Examples/symbreg HEAL.txt (modified) #2026 performance improvement for the second symbolic regression example Sat, 25 Jan 2014 22:20:15 GMT gkronber [10395] * branches/HeuristicLab.Problems.GPDL/Examples/symbreg Koza.txt (modified) #2026 performance improvement for symbolic regression example Fri, 24 Jan 2014 19:07:33 GMT gkronber [10394] * 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) #2026 fixed a bug in generation of terminal nodes 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 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 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 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 ...