# # ChangeLog for branches/HeuristicLab.Problems.GPDL # # Generated by Trac 1.0.12 # 06/19/24 05:24:33 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 ... 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 Thu, 31 Oct 2013 12:15:17 GMT gkronber [10100] * branches/HeuristicLab.Problems.GPDL/CodeGenerator/CodeGenerator.csproj (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/ProblemCodeGen.cs (added) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/RandomSearchCodeGen.cs (modified) * branches/HeuristicLab.Problems.GPDL/CodeGenerator/SourceBuilder.cs (added) * branches/HeuristicLab.Problems.GPDL/GpdlCompiler/Program.cs (modified) #2026: major refactoring of example GPDL solver (random search ... Thu, 31 Oct 2013 12:11:51 GMT gkronber [10099] * branches/HeuristicLab.Problems.GPDL/Examples/Artificial Ant.txt (modified) * branches/HeuristicLab.Problems.GPDL/Examples/Factorial.txt (modified) * branches/HeuristicLab.Problems.GPDL/Examples/Fib.txt (modified) * branches/HeuristicLab.Problems.GPDL/Examples/symbreg HEAL.txt (modified) * branches/HeuristicLab.Problems.GPDL/Examples/symbreg Koza.txt (modified) #2026 minor corrections in GPDL example files 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 ... Tue, 22 Oct 2013 17:23:48 GMT gkronber [10079] * branches/HeuristicLab.Problems.GPDL/Examples/RoyalTree.txt (added) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.sln (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/Util.cs (modified) #2026 added the royal tree benchmark problem for genetic programming 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. Fri, 18 Oct 2013 07:49:54 GMT gkronber [10066] * branches/HeuristicLab.Problems.GPDL/BUILDING (added) * branches/HeuristicLab.Problems.GPDL/COPYING (added) * branches/HeuristicLab.Problems.GPDL/README (added) #2026 added instructions on building, a short readme and the GPL ... Fri, 18 Oct 2013 07:08:25 GMT gkronber [10065] * branches/HeuristicLab.Problems.GPDL/GenerateFromAtg.sh (added) * 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/SyntaxAnalyzer/Parser.cs (modified) * branches/HeuristicLab.Problems.GPDL/SyntaxAnalyzer/Scanner.cs (modified) * branches/HeuristicLab.Problems.GPDL/SyntaxAnalyzer/SyntaxAnalyzer.csproj (modified) #2026 added shell script to generate parser and scanner on linux also ... Fri, 18 Oct 2013 07:04:54 GMT gkronber [10064] * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.sln (modified) #2026 removed the test project as it does not build on mono Fri, 18 Oct 2013 06:15:50 GMT gkronber [10063] * branches/HeuristicLab.Problems.GPDL/CodeGenerator (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Attribute.cs (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/HeuristicLab.Grammars-3.3.csproj (modified) * 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.Grammars/3.3/Test.cs (modified) #2026 removed reference to HeuristicLab.PluginInfrastructure (and set ... 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 ... Thu, 17 Oct 2013 14:39:53 GMT gkronber [10061] * branches/HeuristicLab.Problems.GPDL/Examples (added) * branches/HeuristicLab.Problems.GPDL/Examples/Artificial Ant.txt (copied) * branches/HeuristicLab.Problems.GPDL/Examples/EvenParity.txt (copied) * branches/HeuristicLab.Problems.GPDL/Examples/Factorial.txt (copied) * branches/HeuristicLab.Problems.GPDL/Examples/Fib.txt (copied) * branches/HeuristicLab.Problems.GPDL/Examples/LawnMower.txt (copied) * branches/HeuristicLab.Problems.GPDL/Examples/Multiplexer.txt (copied) * branches/HeuristicLab.Problems.GPDL/Examples/multi-output-multiplier.txt (copied) * branches/HeuristicLab.Problems.GPDL/Examples/symbreg HEAL.txt (copied) * branches/HeuristicLab.Problems.GPDL/Examples/symbreg Koza.txt (copied) #2026 copied examples from the GPDL problem instance provider plugin Thu, 17 Oct 2013 13:56:10 GMT gkronber [10059] * branches/HeuristicLab.Problems.GPDL (modified) * branches/HeuristicLab.Problems.GPDL.Backend (modified) * branches/HeuristicLab.Problems.GPDL.Backend/HeuristicLab.Problems.GPDL.Backend.sln (modified) * branches/HeuristicLab.Problems.GPDL.Backend/HeuristicLab.Problems.GPDL.CodeGen/3.4/HeuristicLab.Problems.GPDL.CodeGen-3.4.csproj (modified) * branches/HeuristicLab.Problems.GPDL.Backend/HeuristicLab.Problems.GPDL.Views/3.4/HeuristicLab.Problems.GPDL.Views-3.4.csproj (modified) * branches/HeuristicLab.Problems.GPDL.Backend/Test (modified) * branches/HeuristicLab.Problems.GPDL.Backend/Test/Test.csproj (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3 (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/HeuristicLab.Grammars-3.3.csproj (modified) #2026 fixed references in HL specific GPDL plugin (backend), set ... Thu, 17 Oct 2013 13:51:39 GMT gkronber [10058] * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/HeuristicLab.Grammars-3.3.csproj (modified) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Plugin.cs (added) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Plugin.cs.frame (deleted) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Properties/AssemblyInfo.cs (added) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Properties/AssemblyInfo.cs.frame (deleted) * branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/HeuristicLab.Problems.GPDL-3.4.csproj (modified) * branches/HeuristicLab.Problems.GPDL/Test/Test.csproj (modified) #2026 changed build target directories