# # ChangeLog for branches/HeuristicLab.Problems.GPDL # # Generated by Trac 1.0.12 # 04/27/24 21:51:26 Tue, 04 Feb 2014 18:28:29 GMT gkronber [10437] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/MonteCarloTreeSearchCodeGen.cs (modified) #2026 implemented epsilon-greedy search policy Tue, 04 Feb 2014 18:12:37 GMT gkronber [10436] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/MonteCarloTreeSearchCodeGen.cs (modified) #2026 implemented softmax strategy for tree exploration Thu, 30 Jan 2014 14:04:10 GMT gkronber [10431] * branches/HeuristicLab.Problems.GPDL/Examples/DeceptiveMax.txt (added) Added deceptive max problem. Thu, 30 Jan 2014 07:53:39 GMT gkronber [10430] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/MonteCarloTreeSearchCodeGen.cs (modified) #2026 changed constants in MCTS Wed, 29 Jan 2014 18:30:53 GMT gkronber [10427] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/MonteCarloTreeSearchCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/RandomSearchCodeGen.cs (modified) #2026 integrated max depth into MCTS solver Wed, 29 Jan 2014 16:10:03 GMT gkronber [10426] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/BruteForceCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/MonteCarloTreeSearchCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/RandomSearchCodeGen.cs (modified) #2026 generate code for all solvers Wed, 29 Jan 2014 15:37:50 GMT gkronber [10425] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/BruteForceCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) #2026 support for max depth in brute force solver Wed, 29 Jan 2014 15:17:20 GMT gkronber [10424] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/RandomSearchCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/Examples/OneMaxBinary.txt (modified) #2026 maximal depth limit for random search 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