# # ChangeLog for branches/HeuristicLab.Problems.GPDL/CodeGenerator/BruteForceCodeGen.cs # # Generated by Trac 1.0.12 # 06/01/24 11:03:42 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 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 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 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 ... Sun, 27 Oct 2013 19:17:17 GMT gkronber [10086] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/BruteForceCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/RandomSearchCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/Examples/symbreg HEAL.txt (modified) * branches/HeuristicLab.Problems.GPDL/Examples/symbreg Koza.txt (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/AttributedGrammar.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Grammar.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.sln (modified) * branches/HeuristicLab.Problems.GPDL/TestExamples.bat (added) #2026 worked on random search solver (now all examples are working) Tue, 22 Oct 2013 18:39:15 GMT gkronber [10080] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/BruteForceCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/CodeGenerator.csproj (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/RandomSearchCodeGen.cs (copied) * branches/HeuristicLab.Problems.GPDL/Examples/Artificial Ant.txt (modified) * branches/HeuristicLab.Problems.GPDL/Examples/RoyalTree.txt (modified) * branches/HeuristicLab.Problems.GPDL/GpdlCompiler/Program.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/Util.cs (modified) #2026 implemented a code generator for random search solvers for GPDL ... Sun, 20 Oct 2013 19:31:41 GMT gkronber [10074] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/BruteForceCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/Examples/Artificial Ant.txt (modified) #2026: finished tree searcher for artifical ant, multiplexer and even ... Fri, 18 Oct 2013 19:33:56 GMT gkronber [10067] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/BruteForceCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/CodeGenerator.csproj (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Attribute.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/AttributedGrammar.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Grammar.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/HeuristicLab.Grammars-3.3.csproj (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Interfaces/IAttribute.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Interfaces/ISymbol.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Language.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/SemanticSymbol.cs (added) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Sequence.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Symbol.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/AST.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/GPDef.atg (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/HeuristicLab.Problems.GPDL-3.4.csproj (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/Parser.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/Scanner.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/Util.cs (modified) * branches/HeuristicLab.Problems.GPDL/SyntaxAnalyzer/Parser.cs (modified) * branches/HeuristicLab.Problems.GPDL/SyntaxAnalyzer/Scanner.cs (modified) #2026 worked on brute force solver for GPDL problems. Thu, 17 Oct 2013 19:52:35 GMT gkronber [10062] * branches/HeuristicLab.Problems.GPDL/CodeGenerator (added) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/BruteForceCodeGen.cs (added) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/CodeGenerator.csproj (added) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/Properties (added) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/Properties/AssemblyInfo.cs (added) * branches/HeuristicLab.Problems.GPDL/GpdlCompiler/GpdlCompiler.csproj (modified) * branches/HeuristicLab.Problems.GPDL/GpdlCompiler/Program.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/HeuristicLab.Grammars-3.3.csproj (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.sln (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/HeuristicLab.Problems.GPDL-3.4.csproj (modified) * branches/HeuristicLab.Problems.GPDL/PreBuildEvent.cmd (deleted) * branches/HeuristicLab.Problems.GPDL/SyntaxAnalyzer/SyntaxAnalyzer.csproj (modified) * branches/HeuristicLab.Problems.GPDL/Test/Test.csproj (modified) #2026 worked on brute force code generator, removed unused ...