# # ChangeLog for branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers # # Generated by Trac 1.0.12 # 04/23/24 20:53:41 Fri, 11 Oct 2013 19:41:17 GMT sawinkle [10039] * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/GEArtificialAntEvaluator.cs (moved) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/GEArtificialAntProblem.cs (modified) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj (modified) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers (added) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/BreathFirstMapper.cs (added) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/DepthFirstMapper.cs (added) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/GenotypeToPhenotypeMapper.cs (added) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/IGenotypeToPhenotypeMapper.cs (added) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/PIGEMapper.cs (added) * branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/RandomMapper.cs (added) #2109: * Renamed GEEvaluator.cs to GEArtificialAntEvaluator.cs, ...