Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/03/13 12:11:59 (11 years ago)
Author:
melkaref
Message:

Removed need to load xml file in Evaluator.cs;
Added BattleRunner.java

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Robocode/HeuristicLab.Problems.Robocode/Evaluator.cs

    r9565 r9567  
    117117            ISymbolicExpressionTree tree = TankProgramParameter.ActualValue;
    118118            XmlDocument doc = new XmlDocument();
    119             doc.Load("../tank.xml");
     119            //doc.Load("../tank.xml");
    120120            XmlNode node = doc.FirstChild.Clone();
    121121            string path = RobocodePathParameter.ActualValue.Value;
Note: See TracChangeset for help on using the changeset viewer.