# # ChangeLog for trunk/sources/HeuristicLab.Problems.GeneticProgramming # # Generated by Trac 1.0.12 # 06/10/24 16:10:47 Sun, 15 Nov 2015 14:38:50 GMT gkronber [13163] * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Boolean/EvenParityProblem.cs (modified) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Boolean/MultiplexerProblem.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/Samples/GPMultiplexerSampleTest.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) * trunk/sources/HeuristicLab.Tests/Test Resources/multiplexer11.csv (deleted) #2472: adapted the multiplexer sample to use the specific ... Thu, 22 Oct 2015 18:18:30 GMT gkronber [13055] * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Problem.cs (modified) #2472: changed ordering of symbols in the grammar for the artificial ... Thu, 10 Sep 2015 08:15:28 GMT gkronber [12947] * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Problem.cs (modified) #2472 removed unnecessary Filename property Fri, 04 Sep 2015 08:26:33 GMT gkronber [12940] * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Boolean/MultiplexerProblem.cs (modified) #2472: minor fix in multiplexer problem Thu, 03 Sep 2015 11:03:41 GMT gkronber [12938] * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Boolean (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Boolean/EvenParityProblem.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Boolean/MultiplexerProblem.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/HeuristicLab.Problems.GeneticProgramming-3.3.csproj (modified) #2472: added even parity and multiplexer problems (GP) Wed, 02 Sep 2015 15:47:59 GMT gkronber [12937] * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/BasicSymbolicRegression (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/BasicSymbolicRegression/Problem.cs (added) #2472: added an implementation of Koza-style symbolic regression as ... Wed, 02 Sep 2015 15:47:21 GMT gkronber [12936] * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/HeuristicLab.Problems.GeneticProgramming-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Plugin.cs.frame (modified) #2472: added an implementation of Koza-style symbolic regression as ... Thu, 27 Aug 2015 08:20:09 GMT gkronber [12915] * trunk/sources/HeuristicLab 3.3.sln (modified) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/Plugin.cs.frame (modified) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Plugin.cs.frame (modified) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4 (copied) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/ArtificialAnt/GEArtificialAntEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/ArtificialAnt/GEArtificialAntProblem.cs (modified) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj (deleted) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/HeuristicLab.Problems.GrammaticalEvolution-3.4.csproj (added) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/BreathFirstMapper.cs (modified) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/DepthFirstMapper.cs (modified) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/GenotypeToPhenotypeMapper.cs (modified) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/IGenotypeToPhenotypeMapper.cs (modified) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/PIGEMapper.cs (modified) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/RandomMapper.cs (modified) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/Plugin.cs.frame (modified) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/Properties/AssemblyInfo.cs.frame (modified) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3/Symbolic (deleted) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/SymbolicRegression (copied) #2472: - include Problems.GeneticProgramming in solution - use ... Thu, 27 Aug 2015 06:23:03 GMT gkronber [12912] * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3 (modified) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/Properties (modified) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3 (modified) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Properties (modified) #2472: svn:ignore Thu, 27 Aug 2015 06:21:59 GMT gkronber [12911] * trunk/sources/HeuristicLab.Problems.GeneticProgramming (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3 (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/ArtificialAnt (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/ArtificialAnt/SolutionProgramView.Designer.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/ArtificialAnt/SolutionProgramView.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/ArtificialAnt/SolutionView.Designer.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/ArtificialAnt/SolutionView.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/HeuristicLab.Problems.GeneticProgramming.Views-3.3.csproj (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/HeuristicLab.snk (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/LawnMower (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/LawnMower/SolutionProgramView.Designer.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/LawnMower/SolutionProgramView.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/LawnMower/SolutionView.Designer.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/LawnMower/SolutionView.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/Plugin.cs.frame (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/Properties (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming.Views/3.3/Properties/AssemblyInfo.cs.frame (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3 (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Interpreter.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Problem.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Trail.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/HeuristicLab.Problems.GeneticProgramming-3.3.csproj (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/HeuristicLab.snk (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/LawnMower (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/LawnMower/Interpreter.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/LawnMower/Problem.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/LawnMower/Solution.cs (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Plugin.cs.frame (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Properties (added) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Properties/AssemblyInfo.cs.frame (added) #2472: created project structure for ...