# # ChangeLog for trunk/sources # # Generated by Trac 1.0.12 # 04/23/24 13:57:35 Thu, 19 Nov 2015 08:57:06 GMT mkommend [13269] * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Interpreter.cs (modified) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Problem.cs (modified) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Trail.cs (modified) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/BasicSymbolicRegression/Problem.cs (modified) * 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.Problems.GeneticProgramming/3.3/LawnMower/Problem.cs (modified) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/LawnMower/Solution.cs (modified) #2472: Moved cloning and persistence code near the default ctor for ... Wed, 18 Nov 2015 21:29:17 GMT mkommend [13267] * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/BasicSymbolicRegression/Problem.cs (modified) * 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.Problems.GeneticProgramming/3.3/LawnMower/Interpreter.cs (modified) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/LawnMower/Problem.cs (modified) * trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/LawnMower/Solution.cs (modified) #2472: Minor code improvements in HL.Problems.GP (typos, code ... 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 ... Fri, 23 Oct 2015 07:09:04 GMT gkronber [13058] * trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/Samples/GPLawnMowerSampleTest.cs (modified) #2472: fixed lawn mower sample Thu, 22 Oct 2015 18:57:27 GMT gkronber [13057] * trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/Samples/GPLawnMowerSampleTest.cs (modified) #2472 changed lawn mower sample to use the new implementation and ... Thu, 22 Oct 2015 18:20:54 GMT gkronber [13056] * trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/Samples/GPArtificialAntSampleTest.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) #2472: changed GP artificial ant sample to use new implementation 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 13:37:46 GMT gkronber [12921] * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/SymbolicExpressionTreeProblem.cs (modified) #2472: update best solution only if a solution with a better best ...