Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9567


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

Location:
branches/Robocode/HeuristicLab.Problems.Robocode
Files:
2 added
2 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;
  • branches/Robocode/HeuristicLab.Problems.Robocode/HeuristicLab.Problems.Robocode.csproj

    r9565 r9567  
    187187    </EmbeddedResource>
    188188  </ItemGroup>
    189   <ItemGroup />
     189  <ItemGroup>
     190    <Content Include="External Evaluator\BattleRunner.java" />
     191  </ItemGroup>
    190192  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    191193  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.