# # ChangeLog for branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeEvaluator.cs # # Generated by Trac 1.0.12 # 05/21/24 07:59:18 Wed, 11 Sep 2013 13:21:01 GMT jkarder [9947] * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/SolutionCodeView.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/BattleObserver.class (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/BattleRunner.class (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/BestSolutionAnalyzer.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/External Evaluator/BattleRunner.java (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Interpreter.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeEvaluator.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeProblem.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Solution.cs (modified) #2069: * modified the `RobocodeProblem` to extract all robots in ... Mon, 02 Sep 2013 13:11:53 GMT ascheibe [9926] * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/SolutionCodeView.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/BattleObserver.class (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/BattleRunner.class (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/BestSolutionAnalyzer.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/External Evaluator/BattleRunner.java (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Interpreter.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeEvaluator.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeProblem.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Solution.cs (modified) #2069 - renamed path parameter to robocode path - made number of ... Wed, 21 Aug 2013 14:24:41 GMT ascheibe [9892] * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/BestSolutionAnalyzer.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Interpreter.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeEvaluator.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeProblem.cs (modified) #2069 use directory values instead of string values for the robocode path Tue, 13 Aug 2013 13:27:42 GMT ascheibe [9881] * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Interpreter.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeEvaluator.cs (modified) #2069 improved interpreter Tue, 13 Aug 2013 10:11:18 GMT ascheibe [9880] * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/SolutionCodeView.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/BestSolutionAnalyzer.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Interpreter.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeEvaluator.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeProblem.cs (modified) #2069 removed dead code Tue, 13 Aug 2013 08:56:05 GMT ascheibe [9879] * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Crossover/RobocodeCrossover.cs (deleted) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Evaluator.cs (deleted) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Grammar.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/HeuristicLab.Problems.Robocode-3.3.csproj (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Interpreter.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Problem.cs (deleted) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeEvaluator.cs (added) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/RobocodeProblem.cs (added) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Solution.cs (modified) * branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Abandoned (deleted) #2069 removed unused symbols and cleaned up code